| 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 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3266 '../mojo/mojo_base.gyp:mojo_message_pump_lib', | 3266 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
| 3267 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3267 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3268 '../net/net.gyp:net_extras', | 3268 '../net/net.gyp:net_extras', |
| 3269 '../net/net.gyp:net_with_v8', | 3269 '../net/net.gyp:net_with_v8', |
| 3270 '../storage/storage_browser.gyp:storage', | 3270 '../storage/storage_browser.gyp:storage', |
| 3271 '../storage/storage_common.gyp:storage_common', | 3271 '../storage/storage_common.gyp:storage_common', |
| 3272 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3272 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3273 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3273 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3274 '../third_party/libyuv/libyuv.gyp:libyuv', | 3274 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 3275 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 3275 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 3276 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3276 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3277 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3277 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 3278 '../third_party/smhasher/smhasher.gyp:cityhash', | 3278 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 3279 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3279 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 3280 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 3280 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 3281 '../ui/gl/gl.gyp:gl', | 3281 '../ui/gl/gl.gyp:gl', |
| 3282 '../ui/surface/surface.gyp:surface', | 3282 '../ui/surface/surface.gyp:surface', |
| 3283 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 3283 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 3284 '../v8/tools/gyp/v8.gyp:v8', | 3284 '../v8/tools/gyp/v8.gyp:v8', |
| 3285 ], | 3285 ], |
| 3286 'sources': [ | 3286 'sources': [ |
| 3287 '<@(chrome_browser_non_ios_sources)', | 3287 '<@(chrome_browser_non_ios_sources)', |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4098 '../components/components.gyp:omnibox_browser', | 4098 '../components/components.gyp:omnibox_browser', |
| 4099 '../components/components.gyp:rlz', | 4099 '../components/components.gyp:rlz', |
| 4100 '../components/components.gyp:search_engines', | 4100 '../components/components.gyp:search_engines', |
| 4101 '../rlz/rlz.gyp:rlz_lib', | 4101 '../rlz/rlz.gyp:rlz_lib', |
| 4102 ], | 4102 ], |
| 4103 }, | 4103 }, |
| 4104 ], | 4104 ], |
| 4105 }], | 4105 }], |
| 4106 ], | 4106 ], |
| 4107 } | 4107 } |
| OLD | NEW |