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 3305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3316 '../device/usb/usb.gyp:device_usb', | 3316 '../device/usb/usb.gyp:device_usb', |
3317 '../gpu/gpu.gyp:gpu', | 3317 '../gpu/gpu.gyp:gpu', |
3318 '../media/media.gyp:media', | 3318 '../media/media.gyp:media', |
3319 '../media/midi/midi.gyp:midi', | 3319 '../media/midi/midi.gyp:midi', |
3320 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3320 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
3321 '../mojo/mojo_base.gyp:mojo_application_base', | 3321 '../mojo/mojo_base.gyp:mojo_application_base', |
3322 '../mojo/mojo_base.gyp:mojo_common_lib', | 3322 '../mojo/mojo_base.gyp:mojo_common_lib', |
3323 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3323 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
3324 '../mojo/mojo_base.gyp:mojo_message_pump_lib', | 3324 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
3325 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3325 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3326 '../mojo/mojo_edk.gyp:mojo_system_impl', |
3326 '../net/net.gyp:net_extras', | 3327 '../net/net.gyp:net_extras', |
3327 '../net/net.gyp:net_with_v8', | 3328 '../net/net.gyp:net_with_v8', |
3328 '../storage/storage_browser.gyp:storage', | 3329 '../storage/storage_browser.gyp:storage', |
3329 '../storage/storage_common.gyp:storage_common', | 3330 '../storage/storage_common.gyp:storage_common', |
3330 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3331 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3331 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3332 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3332 '../third_party/libyuv/libyuv.gyp:libyuv', | 3333 '../third_party/libyuv/libyuv.gyp:libyuv', |
3333 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
3334 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3334 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
3335 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3335 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
3336 '../third_party/smhasher/smhasher.gyp:cityhash', | 3336 '../third_party/smhasher/smhasher.gyp:cityhash', |
3337 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3337 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
3338 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 3338 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
3339 '../ui/gl/gl.gyp:gl', | 3339 '../ui/gl/gl.gyp:gl', |
3340 '../ui/surface/surface.gyp:surface', | 3340 '../ui/surface/surface.gyp:surface', |
3341 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 3341 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
3342 '../v8/tools/gyp/v8.gyp:v8', | 3342 '../v8/tools/gyp/v8.gyp:v8', |
3343 ], | 3343 ], |
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4177 '../components/components.gyp:omnibox_browser', | 4177 '../components/components.gyp:omnibox_browser', |
4178 '../components/components.gyp:rlz', | 4178 '../components/components.gyp:rlz', |
4179 '../components/components.gyp:search_engines', | 4179 '../components/components.gyp:search_engines', |
4180 '../rlz/rlz.gyp:rlz_lib', | 4180 '../rlz/rlz.gyp:rlz_lib', |
4181 ], | 4181 ], |
4182 }, | 4182 }, |
4183 ], | 4183 ], |
4184 }], | 4184 }], |
4185 ], | 4185 ], |
4186 } | 4186 } |
OLD | NEW |