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 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2975 ], | 2975 ], |
2976 'conditions': [ | 2976 'conditions': [ |
2977 ['OS != "ios"', { | 2977 ['OS != "ios"', { |
2978 'dependencies': [ | 2978 'dependencies': [ |
2979 'apps', | 2979 'apps', |
2980 'debugger', | 2980 'debugger', |
2981 'installer_util', | 2981 'installer_util', |
2982 '../third_party/re2/re2.gyp:re2', | 2982 '../third_party/re2/re2.gyp:re2', |
2983 '../cc/cc.gyp:cc', | 2983 '../cc/cc.gyp:cc', |
2984 '../components/components.gyp:autofill_content_browser', | 2984 '../components/components.gyp:autofill_content_browser', |
| 2985 '../components/components.gyp:data_reduction_proxy_content', |
2985 '../components/components.gyp:dom_distiller_content', | 2986 '../components/components.gyp:dom_distiller_content', |
2986 '../components/components.gyp:history_content_browser', | 2987 '../components/components.gyp:history_content_browser', |
2987 '../components/components.gyp:keyed_service_content', | 2988 '../components/components.gyp:keyed_service_content', |
2988 '../components/components.gyp:navigation_interception', | 2989 '../components/components.gyp:navigation_interception', |
2989 '../components/components.gyp:packed_ct_ev_whitelist', | 2990 '../components/components.gyp:packed_ct_ev_whitelist', |
2990 '../components/components.gyp:password_manager_content_browser', | 2991 '../components/components.gyp:password_manager_content_browser', |
2991 '../components/components.gyp:power', | 2992 '../components/components.gyp:power', |
2992 '../components/components.gyp:precache_content', | 2993 '../components/components.gyp:precache_content', |
2993 '../components/components.gyp:sessions_content', | 2994 '../components/components.gyp:sessions_content', |
2994 '../components/components.gyp:storage_monitor', | 2995 '../components/components.gyp:storage_monitor', |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3712 'variables': { | 3713 'variables': { |
3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3714 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3715 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3715 }, | 3716 }, |
3716 'includes': [ '../build/protoc.gypi' ] | 3717 'includes': [ '../build/protoc.gypi' ] |
3717 }, | 3718 }, |
3718 ], | 3719 ], |
3719 },], | 3720 },], |
3720 ], | 3721 ], |
3721 } | 3722 } |
OLD | NEW |