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 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3290 '../components/components.gyp:visitedlink_common', | 3290 '../components/components.gyp:visitedlink_common', |
3291 '../components/components.gyp:web_cache_browser', | 3291 '../components/components.gyp:web_cache_browser', |
3292 '../components/components.gyp:web_modal', | 3292 '../components/components.gyp:web_modal', |
3293 '../components/components.gyp:web_resource', | 3293 '../components/components.gyp:web_resource', |
3294 '../content/app/resources/content_resources.gyp:content_resources', | 3294 '../content/app/resources/content_resources.gyp:content_resources', |
3295 '../media/media.gyp:media', | 3295 '../media/media.gyp:media', |
3296 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3296 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
3297 '../mojo/mojo_base.gyp:mojo_application_base', | 3297 '../mojo/mojo_base.gyp:mojo_application_base', |
3298 '../mojo/mojo_base.gyp:mojo_common_lib', | 3298 '../mojo/mojo_base.gyp:mojo_common_lib', |
3299 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3299 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 3300 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
3300 '../net/net.gyp:net_extras', | 3301 '../net/net.gyp:net_extras', |
3301 '../net/net.gyp:net_with_v8', | 3302 '../net/net.gyp:net_with_v8', |
3302 '../storage/storage_browser.gyp:storage', | 3303 '../storage/storage_browser.gyp:storage', |
3303 '../storage/storage_common.gyp:storage_common', | 3304 '../storage/storage_common.gyp:storage_common', |
3304 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3305 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3305 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3306 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3306 '../third_party/libyuv/libyuv.gyp:libyuv', | 3307 '../third_party/libyuv/libyuv.gyp:libyuv', |
3307 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 3308 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
3308 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3309 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
3309 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3310 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4117 '../components/components.gyp:omnibox_browser', | 4118 '../components/components.gyp:omnibox_browser', |
4118 '../components/components.gyp:rlz', | 4119 '../components/components.gyp:rlz', |
4119 '../components/components.gyp:search_engines', | 4120 '../components/components.gyp:search_engines', |
4120 '../rlz/rlz.gyp:rlz_lib', | 4121 '../rlz/rlz.gyp:rlz_lib', |
4121 ], | 4122 ], |
4122 }, | 4123 }, |
4123 ], | 4124 ], |
4124 }], | 4125 }], |
4125 ], | 4126 ], |
4126 } | 4127 } |
OLD | NEW |