| 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 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2989 ], | 2989 ], |
| 2990 'conditions': [ | 2990 'conditions': [ |
| 2991 ['OS != "ios"', { | 2991 ['OS != "ios"', { |
| 2992 'dependencies': [ | 2992 'dependencies': [ |
| 2993 'apps', | 2993 'apps', |
| 2994 'debugger', | 2994 'debugger', |
| 2995 'installer_util', | 2995 'installer_util', |
| 2996 '../third_party/re2/re2.gyp:re2', | 2996 '../third_party/re2/re2.gyp:re2', |
| 2997 '../cc/cc.gyp:cc', | 2997 '../cc/cc.gyp:cc', |
| 2998 '../components/components.gyp:autofill_content_browser', | 2998 '../components/components.gyp:autofill_content_browser', |
| 2999 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 2999 '../components/components.gyp:dom_distiller_content', | 3000 '../components/components.gyp:dom_distiller_content', |
| 3000 '../components/components.gyp:history_content_browser', | 3001 '../components/components.gyp:history_content_browser', |
| 3001 '../components/components.gyp:keyed_service_content', | 3002 '../components/components.gyp:keyed_service_content', |
| 3002 '../components/components.gyp:navigation_interception', | 3003 '../components/components.gyp:navigation_interception', |
| 3003 '../components/components.gyp:packed_ct_ev_whitelist', | 3004 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3004 '../components/components.gyp:password_manager_content_browser', | 3005 '../components/components.gyp:password_manager_content_browser', |
| 3005 '../components/components.gyp:power', | 3006 '../components/components.gyp:power', |
| 3006 '../components/components.gyp:precache_content', | 3007 '../components/components.gyp:precache_content', |
| 3007 '../components/components.gyp:sessions_content', | 3008 '../components/components.gyp:sessions_content', |
| 3008 '../components/components.gyp:storage_monitor', | 3009 '../components/components.gyp:storage_monitor', |
| (...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3701 'variables': { | 3702 'variables': { |
| 3702 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3703 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3703 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3704 }, | 3705 }, |
| 3705 'includes': [ '../build/protoc.gypi' ] | 3706 'includes': [ '../build/protoc.gypi' ] |
| 3706 }, | 3707 }, |
| 3707 ], | 3708 ], |
| 3708 },], | 3709 },], |
| 3709 ], | 3710 ], |
| 3710 } | 3711 } |
| OLD | NEW |