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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1272 'browser/instant/instant_unload_handler.cc', | 1272 'browser/instant/instant_unload_handler.cc', |
1273 'browser/instant/instant_unload_handler.h', | 1273 'browser/instant/instant_unload_handler.h', |
1274 'browser/instant/promo_counter.cc', | 1274 'browser/instant/promo_counter.cc', |
1275 'browser/instant/promo_counter.h', | 1275 'browser/instant/promo_counter.h', |
1276 'browser/intents/cws_intents_registry.cc', | 1276 'browser/intents/cws_intents_registry.cc', |
1277 'browser/intents/cws_intents_registry.h', | 1277 'browser/intents/cws_intents_registry.h', |
1278 'browser/intents/cws_intents_registry_factory.cc', | 1278 'browser/intents/cws_intents_registry_factory.cc', |
1279 'browser/intents/cws_intents_registry_factory.h', | 1279 'browser/intents/cws_intents_registry_factory.h', |
1280 'browser/intents/default_web_intent_service.cc', | 1280 'browser/intents/default_web_intent_service.cc', |
1281 'browser/intents/default_web_intent_service.h', | 1281 'browser/intents/default_web_intent_service.h', |
| 1282 'browser/intents/register_intent_handler_helper.cc', |
1282 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1283 'browser/intents/register_intent_handler_infobar_delegate.cc', |
1283 'browser/intents/register_intent_handler_infobar_delegate.h', | 1284 'browser/intents/register_intent_handler_infobar_delegate.h', |
1284 'browser/intents/web_intents_registry.cc', | 1285 'browser/intents/web_intents_registry.cc', |
1285 'browser/intents/web_intents_registry.h', | 1286 'browser/intents/web_intents_registry.h', |
1286 'browser/intents/web_intents_registry_factory.cc', | 1287 'browser/intents/web_intents_registry_factory.cc', |
1287 'browser/intents/web_intents_registry_factory.h', | 1288 'browser/intents/web_intents_registry_factory.h', |
1288 'browser/intents/web_intents_util.cc', | 1289 'browser/intents/web_intents_util.cc', |
1289 'browser/intents/web_intents_util.h', | 1290 'browser/intents/web_intents_util.h', |
1290 'browser/internal_auth.cc', | 1291 'browser/internal_auth.cc', |
1291 'browser/internal_auth.h', | 1292 'browser/internal_auth.h', |
(...skipping 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4397 ['input_speech==0', { | 4398 ['input_speech==0', { |
4398 'sources/': [ | 4399 'sources/': [ |
4399 ['exclude', '^browser/speech/'], | 4400 ['exclude', '^browser/speech/'], |
4400 ], | 4401 ], |
4401 }], | 4402 }], |
4402 ['notifications==0', { | 4403 ['notifications==0', { |
4403 'sources/': [ | 4404 'sources/': [ |
4404 ['exclude', '^browser/notifications/'], | 4405 ['exclude', '^browser/notifications/'], |
4405 ], | 4406 ], |
4406 }], | 4407 }], |
| 4408 ['enable_web_intents==0', { |
| 4409 'sources/': [ |
| 4410 ['exclude', '^browser/intents'], |
| 4411 ['exclude', '^browser/ui/intents'], |
| 4412 ], |
| 4413 }], |
4407 ['OS=="android"', { | 4414 ['OS=="android"', { |
4408 'sources!': [ | 4415 'sources!': [ |
4409 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4416 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4410 'browser/jankometer.cc', | 4417 'browser/jankometer.cc', |
4411 'browser/ui/sad_tab_helper.cc', | 4418 'browser/ui/sad_tab_helper.cc', |
4412 'browser/ui/sync/one_click_signin_dialog.h', | 4419 'browser/ui/sync/one_click_signin_dialog.h', |
4413 'browser/ui/sync/one_click_signin_helper.cc', | 4420 'browser/ui/sync/one_click_signin_helper.cc', |
4414 'browser/ui/sync/one_click_signin_helper.h', | 4421 'browser/ui/sync/one_click_signin_helper.h', |
4415 'browser/ui/sync/one_click_signin_histogram.h', | 4422 'browser/ui/sync/one_click_signin_histogram.h', |
4416 'browser/ui/sync/one_click_signin_sync_starter.cc', | 4423 'browser/ui/sync/one_click_signin_sync_starter.cc', |
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5318 'variables': { | 5325 'variables': { |
5319 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5326 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5320 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5327 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5321 }, | 5328 }, |
5322 'includes': ['../build/protoc.gypi'], | 5329 'includes': ['../build/protoc.gypi'], |
5323 }], | 5330 }], |
5324 ], | 5331 ], |
5325 }, | 5332 }, |
5326 ], | 5333 ], |
5327 } | 5334 } |
OLD | NEW |