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 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2993 '../components/components.gyp:content_settings_core_browser', | 2993 '../components/components.gyp:content_settings_core_browser', |
2994 '../components/components.gyp:content_settings_core_common', | 2994 '../components/components.gyp:content_settings_core_common', |
2995 '../components/components.gyp:crx_file', | 2995 '../components/components.gyp:crx_file', |
2996 '../components/components.gyp:data_reduction_proxy_core_browser', | 2996 '../components/components.gyp:data_reduction_proxy_core_browser', |
2997 '../components/components.gyp:domain_reliability', | 2997 '../components/components.gyp:domain_reliability', |
2998 '../components/components.gyp:enhanced_bookmarks', | 2998 '../components/components.gyp:enhanced_bookmarks', |
2999 '../components/components.gyp:favicon_base', | 2999 '../components/components.gyp:favicon_base', |
3000 '../components/components.gyp:favicon_core', | 3000 '../components/components.gyp:favicon_core', |
3001 '../components/components.gyp:gcm_driver', | 3001 '../components/components.gyp:gcm_driver', |
3002 '../components/components.gyp:google_core_browser', | 3002 '../components/components.gyp:google_core_browser', |
| 3003 '../components/components.gyp:guest_view', |
3003 '../components/components.gyp:handoff', | 3004 '../components/components.gyp:handoff', |
3004 '../components/components.gyp:history_core_browser', | 3005 '../components/components.gyp:history_core_browser', |
3005 '../components/components.gyp:history_core_common', | 3006 '../components/components.gyp:history_core_common', |
3006 '../components/components.gyp:infobars_core', | 3007 '../components/components.gyp:infobars_core', |
3007 '../components/components.gyp:invalidation', | 3008 '../components/components.gyp:invalidation', |
3008 '../components/components.gyp:metrics', | 3009 '../components/components.gyp:metrics', |
3009 '../components/components.gyp:metrics_gpu', | 3010 '../components/components.gyp:metrics_gpu', |
3010 '../components/components.gyp:metrics_net', | 3011 '../components/components.gyp:metrics_net', |
3011 '../components/components.gyp:metrics_profiler', | 3012 '../components/components.gyp:metrics_profiler', |
3012 '../components/components.gyp:navigation_metrics', | 3013 '../components/components.gyp:navigation_metrics', |
(...skipping 830 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 |