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 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 '../device/usb/usb.gyp:device_usb', | 3325 '../device/usb/usb.gyp:device_usb', |
3326 '../gpu/gpu.gyp:gpu', | 3326 '../gpu/gpu.gyp:gpu', |
3327 '../media/media.gyp:media', | 3327 '../media/media.gyp:media', |
3328 '../media/midi/midi.gyp:midi', | 3328 '../media/midi/midi.gyp:midi', |
3329 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3329 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
3330 '../mojo/mojo_base.gyp:mojo_application_base', | 3330 '../mojo/mojo_base.gyp:mojo_application_base', |
3331 '../mojo/mojo_base.gyp:mojo_common_lib', | 3331 '../mojo/mojo_base.gyp:mojo_common_lib', |
3332 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3332 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
3333 '../mojo/mojo_base.gyp:mojo_message_pump_lib', | 3333 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
3334 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3334 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3335 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 3336 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3337 '../mojo/mojo_public.gyp:mojo_js_bindings', |
3335 '../net/net.gyp:net_extras', | 3338 '../net/net.gyp:net_extras', |
3336 '../net/net.gyp:net_with_v8', | 3339 '../net/net.gyp:net_with_v8', |
3337 '../storage/storage_browser.gyp:storage', | 3340 '../storage/storage_browser.gyp:storage', |
3338 '../storage/storage_common.gyp:storage_common', | 3341 '../storage/storage_common.gyp:storage_common', |
3339 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3342 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3340 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3343 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3341 '../third_party/libyuv/libyuv.gyp:libyuv', | 3344 '../third_party/libyuv/libyuv.gyp:libyuv', |
3342 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
3343 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | |
3344 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | |
3345 '../third_party/smhasher/smhasher.gyp:cityhash', | 3345 '../third_party/smhasher/smhasher.gyp:cityhash', |
3346 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3346 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
3347 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 3347 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
3348 '../ui/gl/gl.gyp:gl', | 3348 '../ui/gl/gl.gyp:gl', |
3349 '../ui/surface/surface.gyp:surface', | 3349 '../ui/surface/surface.gyp:surface', |
3350 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 3350 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
3351 '../v8/tools/gyp/v8.gyp:v8', | 3351 '../v8/tools/gyp/v8.gyp:v8', |
3352 ], | 3352 ], |
3353 'sources': [ | 3353 'sources': [ |
3354 '<@(chrome_browser_non_ios_sources)', | 3354 '<@(chrome_browser_non_ios_sources)', |
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4189 '../components/components.gyp:rlz', | 4189 '../components/components.gyp:rlz', |
4190 '../components/components.gyp:search_engines', | 4190 '../components/components.gyp:search_engines', |
4191 '../rlz/rlz.gyp:rlz_lib', | 4191 '../rlz/rlz.gyp:rlz_lib', |
4192 'common', | 4192 'common', |
4193 ], | 4193 ], |
4194 }, | 4194 }, |
4195 ], | 4195 ], |
4196 }], | 4196 }], |
4197 ], | 4197 ], |
4198 } | 4198 } |
OLD | NEW |