| 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 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3354 '../content/app/resources/content_resources.gyp:content_resources', | 3354 '../content/app/resources/content_resources.gyp:content_resources', |
| 3355 '../device/core/core.gyp:device_core', | 3355 '../device/core/core.gyp:device_core', |
| 3356 '../device/usb/usb.gyp:device_usb', | 3356 '../device/usb/usb.gyp:device_usb', |
| 3357 '../device/usb/usb.gyp:device_usb_mojo_bindings', | 3357 '../device/usb/usb.gyp:device_usb_mojo_bindings', |
| 3358 '../gpu/gpu.gyp:gpu', | 3358 '../gpu/gpu.gyp:gpu', |
| 3359 '../media/media.gyp:media', | 3359 '../media/media.gyp:media', |
| 3360 '../media/midi/midi.gyp:midi', | 3360 '../media/midi/midi.gyp:midi', |
| 3361 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3361 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3362 '../mojo/mojo_base.gyp:mojo_application_base', | 3362 '../mojo/mojo_base.gyp:mojo_application_base', |
| 3363 '../mojo/mojo_base.gyp:mojo_common_lib', | 3363 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3364 '../mojo/mojo_base.gyp:mojo_environment_chromium', | |
| 3365 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3364 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3366 '../mojo/mojo_edk.gyp:mojo_system_impl', | 3365 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 3367 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 3366 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3368 '../mojo/mojo_public.gyp:mojo_js_bindings', | 3367 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 3369 '../mojo/mojo_public.gyp:mojo_message_pump_lib', | 3368 '../mojo/mojo_public.gyp:mojo_message_pump_lib', |
| 3370 '../net/net.gyp:net_extras', | 3369 '../net/net.gyp:net_extras', |
| 3371 '../net/net.gyp:net_with_v8', | 3370 '../net/net.gyp:net_with_v8', |
| 3372 '../storage/storage_browser.gyp:storage', | 3371 '../storage/storage_browser.gyp:storage', |
| 3373 '../storage/storage_common.gyp:storage_common', | 3372 '../storage/storage_common.gyp:storage_common', |
| 3374 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3373 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4242 '../components/components.gyp:rlz', | 4241 '../components/components.gyp:rlz', |
| 4243 '../components/components.gyp:search_engines', | 4242 '../components/components.gyp:search_engines', |
| 4244 '../rlz/rlz.gyp:rlz_lib', | 4243 '../rlz/rlz.gyp:rlz_lib', |
| 4245 'common', | 4244 'common', |
| 4246 ], | 4245 ], |
| 4247 }, | 4246 }, |
| 4248 ], | 4247 ], |
| 4249 }], | 4248 }], |
| 4250 ], | 4249 ], |
| 4251 } | 4250 } |
| OLD | NEW |