OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 '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 4040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4051 'browser/ui/sync/one_click_signin_helper.cc', | 4051 'browser/ui/sync/one_click_signin_helper.cc', |
4052 'browser/ui/sync/one_click_signin_helper.h', | 4052 'browser/ui/sync/one_click_signin_helper.h', |
4053 'browser/ui/sync/one_click_signin_histogram.h', | 4053 'browser/ui/sync/one_click_signin_histogram.h', |
4054 'browser/ui/sync/one_click_signin_sync_starter.cc', | 4054 'browser/ui/sync/one_click_signin_sync_starter.cc', |
4055 'browser/ui/sync/one_click_signin_sync_starter.h', | 4055 'browser/ui/sync/one_click_signin_sync_starter.h', |
4056 'browser/ui/views/one_click_signin_dialog_views.cc', | 4056 'browser/ui/views/one_click_signin_dialog_views.cc', |
4057 'browser/ui/views/sync/one_click_signin_bubble_view.cc', | 4057 'browser/ui/views/sync/one_click_signin_bubble_view.cc', |
4058 'browser/ui/views/sync/one_click_signin_bubble_view.h', | 4058 'browser/ui/views/sync/one_click_signin_bubble_view.h', |
4059 ] | 4059 ] |
4060 }], | 4060 }], |
| 4061 ['enable_task_manager==0', { |
| 4062 'sources/': [ |
| 4063 ['exclude', '^browser/task_manager/'], |
| 4064 ['exclude', '^browser/ui/webui/task_manager/'], |
| 4065 ], |
| 4066 }], |
4061 ['disable_nacl==0', { | 4067 ['disable_nacl==0', { |
4062 'sources': [ | 4068 'sources': [ |
4063 'browser/nacl_host/nacl_broker_host_win.cc', | 4069 'browser/nacl_host/nacl_broker_host_win.cc', |
4064 'browser/nacl_host/nacl_broker_host_win.h', | 4070 'browser/nacl_host/nacl_broker_host_win.h', |
4065 'browser/nacl_host/nacl_broker_service_win.cc', | 4071 'browser/nacl_host/nacl_broker_service_win.cc', |
4066 'browser/nacl_host/nacl_broker_service_win.h', | 4072 'browser/nacl_host/nacl_broker_service_win.h', |
4067 'browser/nacl_host/nacl_process_host.cc', | 4073 'browser/nacl_host/nacl_process_host.cc', |
4068 'browser/nacl_host/nacl_process_host.h', | 4074 'browser/nacl_host/nacl_process_host.h', |
4069 ], | 4075 ], |
4070 'dependencies': [ | 4076 'dependencies': [ |
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5285 'variables': { | 5291 'variables': { |
5286 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5292 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5287 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5293 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5288 }, | 5294 }, |
5289 'includes': ['../build/protoc.gypi'], | 5295 'includes': ['../build/protoc.gypi'], |
5290 }], | 5296 }], |
5291 ], | 5297 ], |
5292 }, | 5298 }, |
5293 ], | 5299 ], |
5294 } | 5300 } |
OLD | NEW |