| 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 3298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3309 '../components/components.gyp:visitedlink_browser', | 3309 '../components/components.gyp:visitedlink_browser', |
| 3310 '../components/components.gyp:visitedlink_common', | 3310 '../components/components.gyp:visitedlink_common', |
| 3311 '../components/components.gyp:wallpaper', | 3311 '../components/components.gyp:wallpaper', |
| 3312 '../components/components.gyp:web_cache_browser', | 3312 '../components/components.gyp:web_cache_browser', |
| 3313 '../components/components.gyp:web_modal', | 3313 '../components/components.gyp:web_modal', |
| 3314 '../components/components.gyp:web_resource', | 3314 '../components/components.gyp:web_resource', |
| 3315 '../components/components.gyp:webusb', | 3315 '../components/components.gyp:webusb', |
| 3316 '../components/components_resources.gyp:components_resources', | 3316 '../components/components_resources.gyp:components_resources', |
| 3317 '../content/app/resources/content_resources.gyp:content_resources', | 3317 '../content/app/resources/content_resources.gyp:content_resources', |
| 3318 '../device/core/core.gyp:device_core', | 3318 '../device/core/core.gyp:device_core', |
| 3319 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', | |
| 3320 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | |
| 3321 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib'
, | |
| 3322 '../device/usb/usb.gyp:device_usb', | 3319 '../device/usb/usb.gyp:device_usb', |
| 3320 '../device/usb/usb.gyp:device_usb_mojo_bindings', |
| 3323 '../gpu/gpu.gyp:gpu', | 3321 '../gpu/gpu.gyp:gpu', |
| 3324 '../media/media.gyp:media', | 3322 '../media/media.gyp:media', |
| 3325 '../media/midi/midi.gyp:midi', | 3323 '../media/midi/midi.gyp:midi', |
| 3326 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3324 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3327 '../mojo/mojo_base.gyp:mojo_application_base', | 3325 '../mojo/mojo_base.gyp:mojo_application_base', |
| 3328 '../mojo/mojo_base.gyp:mojo_common_lib', | 3326 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3329 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3327 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 3330 '../mojo/mojo_base.gyp:mojo_message_pump_lib', | 3328 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
| 3331 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3329 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3332 '../mojo/mojo_edk.gyp:mojo_system_impl', | 3330 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4186 '../components/components.gyp:rlz', | 4184 '../components/components.gyp:rlz', |
| 4187 '../components/components.gyp:search_engines', | 4185 '../components/components.gyp:search_engines', |
| 4188 '../rlz/rlz.gyp:rlz_lib', | 4186 '../rlz/rlz.gyp:rlz_lib', |
| 4189 'common', | 4187 'common', |
| 4190 ], | 4188 ], |
| 4191 }, | 4189 }, |
| 4192 ], | 4190 ], |
| 4193 }], | 4191 }], |
| 4194 ], | 4192 ], |
| 4195 } | 4193 } |
| OLD | NEW |