| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 3336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3347 '../components/components.gyp:user_prefs_tracked', | 3347 '../components/components.gyp:user_prefs_tracked', |
| 3348 '../components/components.gyp:visitedlink_browser', | 3348 '../components/components.gyp:visitedlink_browser', |
| 3349 '../components/components.gyp:visitedlink_common', | 3349 '../components/components.gyp:visitedlink_common', |
| 3350 '../components/components.gyp:wallpaper', | 3350 '../components/components.gyp:wallpaper', |
| 3351 '../components/components.gyp:web_cache_browser', | 3351 '../components/components.gyp:web_cache_browser', |
| 3352 '../components/components.gyp:web_modal', | 3352 '../components/components.gyp:web_modal', |
| 3353 '../components/components.gyp:web_resource', | 3353 '../components/components.gyp:web_resource', |
| 3354 '../components/components.gyp:webusb', | 3354 '../components/components.gyp:webusb', |
| 3355 '../components/components_resources.gyp:components_resources', | 3355 '../components/components_resources.gyp:components_resources', |
| 3356 '../content/app/resources/content_resources.gyp:content_resources', | 3356 '../content/app/resources/content_resources.gyp:content_resources', |
| 3357 '../content/content.gyp:common_features', | |
| 3358 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', | |
| 3359 '../device/core/core.gyp:device_core', | 3357 '../device/core/core.gyp:device_core', |
| 3360 '../device/usb/usb.gyp:device_usb', | 3358 '../device/usb/usb.gyp:device_usb', |
| 3361 '../device/usb/usb.gyp:device_usb_mojo_bindings', | 3359 '../device/usb/usb.gyp:device_usb_mojo_bindings', |
| 3362 '../gpu/gpu.gyp:gpu', | 3360 '../gpu/gpu.gyp:gpu', |
| 3363 '../media/media.gyp:media', | 3361 '../media/media.gyp:media', |
| 3364 '../media/midi/midi.gyp:midi', | 3362 '../media/midi/midi.gyp:midi', |
| 3365 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3363 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3366 '../mojo/mojo_base.gyp:mojo_application_base', | 3364 '../mojo/mojo_base.gyp:mojo_application_base', |
| 3367 '../mojo/mojo_base.gyp:mojo_common_lib', | 3365 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3368 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3366 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4246 '../components/components.gyp:rlz', | 4244 '../components/components.gyp:rlz', |
| 4247 '../components/components.gyp:search_engines', | 4245 '../components/components.gyp:search_engines', |
| 4248 '../rlz/rlz.gyp:rlz_lib', | 4246 '../rlz/rlz.gyp:rlz_lib', |
| 4249 'common', | 4247 'common', |
| 4250 ], | 4248 ], |
| 4251 }, | 4249 }, |
| 4252 ], | 4250 ], |
| 4253 }], | 4251 }], |
| 4254 ], | 4252 ], |
| 4255 } | 4253 } |
| OLD | NEW |