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 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4439 'sources/': [ | 4439 'sources/': [ |
4440 ['exclude', '^browser/notifications/'], | 4440 ['exclude', '^browser/notifications/'], |
4441 ], | 4441 ], |
4442 }], | 4442 }], |
4443 ['enable_web_intents==0', { | 4443 ['enable_web_intents==0', { |
4444 'sources/': [ | 4444 'sources/': [ |
4445 ['exclude', '^browser/intents'], | 4445 ['exclude', '^browser/intents'], |
4446 ['exclude', '^browser/ui/intents'], | 4446 ['exclude', '^browser/ui/intents'], |
4447 ], | 4447 ], |
4448 }], | 4448 }], |
| 4449 ['enable_automation!=1', { |
| 4450 'sources/': [ |
| 4451 ['exclude', '^browser/automation/'], |
| 4452 ], |
| 4453 }], |
4449 ['OS=="android"', { | 4454 ['OS=="android"', { |
4450 'sources!': [ | 4455 'sources!': [ |
4451 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4456 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4452 # Bookmark export/import are handled via the BookmarkColumns | 4457 # Bookmark export/import are handled via the BookmarkColumns |
4453 # ContentProvider. | 4458 # ContentProvider. |
4454 'browser/bookmarks/bookmark_html_writer.cc', | 4459 'browser/bookmarks/bookmark_html_writer.cc', |
4455 'browser/jankometer.cc', | 4460 'browser/jankometer.cc', |
4456 'browser/ui/sad_tab_helper.cc', | 4461 'browser/ui/sad_tab_helper.cc', |
4457 'browser/ui/sync/one_click_signin_dialog.h', | 4462 'browser/ui/sync/one_click_signin_dialog.h', |
4458 'browser/ui/sync/one_click_signin_helper.cc', | 4463 'browser/ui/sync/one_click_signin_helper.cc', |
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5363 'variables': { | 5368 'variables': { |
5364 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5369 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5365 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5370 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5366 }, | 5371 }, |
5367 'includes': ['../build/protoc.gypi'], | 5372 'includes': ['../build/protoc.gypi'], |
5368 }], | 5373 }], |
5369 ], | 5374 ], |
5370 }, | 5375 }, |
5371 ], | 5376 ], |
5372 } | 5377 } |
OLD | NEW |