| 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', | |
| 3301 '../net/net.gyp:net_extras', | 3300 '../net/net.gyp:net_extras', |
| 3302 '../net/net.gyp:net_with_v8', | 3301 '../net/net.gyp:net_with_v8', |
| 3303 '../storage/storage_browser.gyp:storage', | 3302 '../storage/storage_browser.gyp:storage', |
| 3304 '../storage/storage_common.gyp:storage_common', | 3303 '../storage/storage_common.gyp:storage_common', |
| 3305 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3304 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3306 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3305 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3307 '../third_party/libyuv/libyuv.gyp:libyuv', | 3306 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 3308 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 3307 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 3309 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3308 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3310 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3309 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4113 '../components/components.gyp:omnibox_browser', | 4112 '../components/components.gyp:omnibox_browser', |
| 4114 '../components/components.gyp:rlz', | 4113 '../components/components.gyp:rlz', |
| 4115 '../components/components.gyp:search_engines', | 4114 '../components/components.gyp:search_engines', |
| 4116 '../rlz/rlz.gyp:rlz_lib', | 4115 '../rlz/rlz.gyp:rlz_lib', |
| 4117 ], | 4116 ], |
| 4118 }, | 4117 }, |
| 4119 ], | 4118 ], |
| 4120 }], | 4119 }], |
| 4121 ], | 4120 ], |
| 4122 } | 4121 } |
| OLD | NEW |