| 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 3327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3338 '../content/app/resources/content_resources.gyp:content_resources', | 3338 '../content/app/resources/content_resources.gyp:content_resources', |
| 3339 '../content/content.gyp:common_features', | 3339 '../content/content.gyp:common_features', |
| 3340 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', | 3340 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', |
| 3341 '../device/core/core.gyp:device_core', | 3341 '../device/core/core.gyp:device_core', |
| 3342 '../device/usb/usb.gyp:device_usb', | 3342 '../device/usb/usb.gyp:device_usb', |
| 3343 '../device/usb/usb.gyp:device_usb_mojo_bindings', | 3343 '../device/usb/usb.gyp:device_usb_mojo_bindings', |
| 3344 '../gpu/gpu.gyp:gpu', | 3344 '../gpu/gpu.gyp:gpu', |
| 3345 '../media/media.gyp:media', | 3345 '../media/media.gyp:media', |
| 3346 '../media/midi/midi.gyp:midi', | 3346 '../media/midi/midi.gyp:midi', |
| 3347 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3347 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3348 '../mojo/mojo_base.gyp:mojo_application_base', | |
| 3349 '../mojo/mojo_base.gyp:mojo_common_lib', | 3348 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3350 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3349 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3351 '../mojo/mojo_edk.gyp:mojo_system_impl', | 3350 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 3352 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 3351 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3353 '../mojo/mojo_public.gyp:mojo_js_bindings', | 3352 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 3354 '../mojo/mojo_public.gyp:mojo_message_pump_lib', | 3353 '../mojo/mojo_public.gyp:mojo_message_pump_lib', |
| 3355 '../net/net.gyp:net_extras', | 3354 '../net/net.gyp:net_extras', |
| 3356 '../net/net.gyp:net_with_v8', | 3355 '../net/net.gyp:net_with_v8', |
| 3356 '../services/shell/shell.gyp:shell_public', |
| 3357 '../storage/storage_browser.gyp:storage', | 3357 '../storage/storage_browser.gyp:storage', |
| 3358 '../storage/storage_common.gyp:storage_common', | 3358 '../storage/storage_common.gyp:storage_common', |
| 3359 '../third_party/re2/re2.gyp:re2', | 3359 '../third_party/re2/re2.gyp:re2', |
| 3360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3361 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3361 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3362 '../third_party/libyuv/libyuv.gyp:libyuv', | 3362 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 3363 '../third_party/smhasher/smhasher.gyp:cityhash', | 3363 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 3364 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3364 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 3365 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 3365 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 3366 '../ui/gl/gl.gyp:gl', | 3366 '../ui/gl/gl.gyp:gl', |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4204 '../components/components.gyp:rlz', | 4204 '../components/components.gyp:rlz', |
| 4205 '../components/components.gyp:search_engines', | 4205 '../components/components.gyp:search_engines', |
| 4206 '../rlz/rlz.gyp:rlz_lib', | 4206 '../rlz/rlz.gyp:rlz_lib', |
| 4207 'common', | 4207 'common', |
| 4208 ], | 4208 ], |
| 4209 }, | 4209 }, |
| 4210 ], | 4210 ], |
| 4211 }], | 4211 }], |
| 4212 ], | 4212 ], |
| 4213 } | 4213 } |
| OLD | NEW |