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 2986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2997 ], | 2997 ], |
2998 'conditions': [ | 2998 'conditions': [ |
2999 ['OS != "ios"', { | 2999 ['OS != "ios"', { |
3000 'dependencies': [ | 3000 'dependencies': [ |
3001 'apps', | 3001 'apps', |
3002 'debugger', | 3002 'debugger', |
3003 'installer_util', | 3003 'installer_util', |
3004 '../third_party/re2/re2.gyp:re2', | 3004 '../third_party/re2/re2.gyp:re2', |
3005 '../cc/cc.gyp:cc', | 3005 '../cc/cc.gyp:cc', |
3006 '../components/components.gyp:autofill_content_browser', | 3006 '../components/components.gyp:autofill_content_browser', |
| 3007 '../components/components.gyp:data_reduction_proxy_content', |
3007 '../components/components.gyp:dom_distiller_content', | 3008 '../components/components.gyp:dom_distiller_content', |
3008 '../components/components.gyp:keyed_service_content', | 3009 '../components/components.gyp:keyed_service_content', |
3009 '../components/components.gyp:navigation_interception', | 3010 '../components/components.gyp:navigation_interception', |
3010 '../components/components.gyp:password_manager_content_browser', | 3011 '../components/components.gyp:password_manager_content_browser', |
3011 '../components/components.gyp:power', | 3012 '../components/components.gyp:power', |
3012 '../components/components.gyp:precache_content', | 3013 '../components/components.gyp:precache_content', |
3013 '../components/components.gyp:sessions_content', | 3014 '../components/components.gyp:sessions_content', |
3014 '../components/components.gyp:storage_monitor', | 3015 '../components/components.gyp:storage_monitor', |
3015 '../components/components.gyp:translate_content_browser', | 3016 '../components/components.gyp:translate_content_browser', |
3016 '../components/components.gyp:url_matcher', | 3017 '../components/components.gyp:url_matcher', |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3744 'variables': { | 3745 'variables': { |
3745 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3746 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3746 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3747 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3747 }, | 3748 }, |
3748 'includes': [ '../build/protoc.gypi' ] | 3749 'includes': [ '../build/protoc.gypi' ] |
3749 }, | 3750 }, |
3750 ], | 3751 ], |
3751 },], | 3752 },], |
3752 ], | 3753 ], |
3753 } | 3754 } |
OLD | NEW |