| 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 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3118 '../components/components.gyp:storage_monitor', | 3118 '../components/components.gyp:storage_monitor', |
| 3119 '../components/components.gyp:translate_content_browser', | 3119 '../components/components.gyp:translate_content_browser', |
| 3120 '../components/components.gyp:url_matcher', | 3120 '../components/components.gyp:url_matcher', |
| 3121 '../components/components.gyp:visitedlink_browser', | 3121 '../components/components.gyp:visitedlink_browser', |
| 3122 '../components/components.gyp:visitedlink_common', | 3122 '../components/components.gyp:visitedlink_common', |
| 3123 '../components/components.gyp:web_cache_browser', | 3123 '../components/components.gyp:web_cache_browser', |
| 3124 '../components/components.gyp:web_modal', | 3124 '../components/components.gyp:web_modal', |
| 3125 '../components/components.gyp:web_resource', | 3125 '../components/components.gyp:web_resource', |
| 3126 '../content/app/resources/content_resources.gyp:content_resources', | 3126 '../content/app/resources/content_resources.gyp:content_resources', |
| 3127 '../media/media.gyp:media', | 3127 '../media/media.gyp:media', |
| 3128 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3128 '../mojo/mojo_base.gyp:mojo_common_lib', | 3129 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3129 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 3130 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 3130 '../net/net.gyp:net_extras', | 3131 '../net/net.gyp:net_extras', |
| 3131 '../net/net.gyp:net_with_v8', | 3132 '../net/net.gyp:net_with_v8', |
| 3132 '../storage/storage_browser.gyp:storage', | 3133 '../storage/storage_browser.gyp:storage', |
| 3133 '../storage/storage_common.gyp:storage_common', | 3134 '../storage/storage_common.gyp:storage_common', |
| 3134 '../third_party/expat/expat.gyp:expat', | 3135 '../third_party/expat/expat.gyp:expat', |
| 3135 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3136 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3136 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3137 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3137 '../third_party/libyuv/libyuv.gyp:libyuv', | 3138 '../third_party/libyuv/libyuv.gyp:libyuv', |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3843 'variables': { | 3844 'variables': { |
| 3844 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3845 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3845 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3846 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3846 }, | 3847 }, |
| 3847 'includes': [ '../build/protoc.gypi' ] | 3848 'includes': [ '../build/protoc.gypi' ] |
| 3848 }, | 3849 }, |
| 3849 ], | 3850 ], |
| 3850 },], | 3851 },], |
| 3851 ], | 3852 ], |
| 3852 } | 3853 } |
| OLD | NEW |