OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4183 }, { # safe_browsing==0 | 4183 }, { # safe_browsing==0 |
4184 'dependencies!': [ | 4184 'dependencies!': [ |
4185 'safe_browsing_report_proto', | 4185 'safe_browsing_report_proto', |
4186 ], | 4186 ], |
4187 'sources!': [ | 4187 'sources!': [ |
4188 'browser/renderer_host/safe_browsing_resource_handler.cc', | 4188 'browser/renderer_host/safe_browsing_resource_handler.cc', |
4189 'browser/renderer_host/safe_browsing_resource_handler.h', | 4189 'browser/renderer_host/safe_browsing_resource_handler.h', |
4190 ], | 4190 ], |
4191 'sources/': [ | 4191 'sources/': [ |
4192 ['exclude', '^browser/safe_browsing/'], | 4192 ['exclude', '^browser/safe_browsing/'], |
| 4193 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], |
| 4194 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], |
4193 ], | 4195 ], |
4194 }], | 4196 }], |
4195 ['chromeos==0', { | 4197 ['chromeos==0', { |
4196 'sources/': [ | 4198 'sources/': [ |
4197 ['exclude', '^browser/chromeos'], | 4199 ['exclude', '^browser/chromeos'], |
4198 ['exclude', '^browser/ui/webui/chromeos'], | 4200 ['exclude', '^browser/ui/webui/chromeos'], |
4199 ['exclude', '^browser/ui/webui/options/chromeos'], | 4201 ['exclude', '^browser/ui/webui/options/chromeos'], |
4200 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4202 ['exclude', '^browser/ui/webui/options2/chromeos'], |
4201 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], | 4203 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], |
4202 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], | 4204 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5385 'type': 'static_library', | 5387 'type': 'static_library', |
5386 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5388 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5387 'variables': { | 5389 'variables': { |
5388 'proto_in_dir': 'browser/history', | 5390 'proto_in_dir': 'browser/history', |
5389 'proto_out_dir': 'chrome/browser/history', | 5391 'proto_out_dir': 'chrome/browser/history', |
5390 }, | 5392 }, |
5391 'includes': [ '../build/protoc.gypi' ] | 5393 'includes': [ '../build/protoc.gypi' ] |
5392 }, | 5394 }, |
5393 ], | 5395 ], |
5394 } | 5396 } |
OLD | NEW |