Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_themes==0', {
4450 'sources!': [
4451 'browser/sync/glue/theme_change_processor.cc',
4452 'browser/sync/glue/theme_data_type_controller.cc',
4453 'browser/ui/webui/theme_source.cc',
4454 ],
4455 'sources/': [
4456 ['exclude', '^browser/themes/'],
4457 ],
4458 }],
4449 ['OS=="android"', { 4459 ['OS=="android"', {
4450 'sources!': [ 4460 'sources!': [
4451 'browser/bookmarks/bookmark_context_menu_controller.cc', 4461 'browser/bookmarks/bookmark_context_menu_controller.cc',
4452 # Bookmark export/import are handled via the BookmarkColumns 4462 # Bookmark export/import are handled via the BookmarkColumns
4453 # ContentProvider. 4463 # ContentProvider.
4454 'browser/bookmarks/bookmark_html_writer.cc', 4464 'browser/bookmarks/bookmark_html_writer.cc',
4455 'browser/jankometer.cc', 4465 'browser/jankometer.cc',
4456 'browser/ui/sad_tab_helper.cc', 4466 'browser/ui/sad_tab_helper.cc',
4457 'browser/ui/sync/one_click_signin_dialog.h', 4467 'browser/ui/sync/one_click_signin_dialog.h',
4458 'browser/ui/sync/one_click_signin_helper.cc', 4468 'browser/ui/sync/one_click_signin_helper.cc',
4459 'browser/ui/sync/one_click_signin_helper.h', 4469 'browser/ui/sync/one_click_signin_helper.h',
4460 'browser/ui/sync/one_click_signin_histogram.h', 4470 'browser/ui/sync/one_click_signin_histogram.h',
4461 'browser/ui/sync/one_click_signin_sync_starter.cc', 4471 'browser/ui/sync/one_click_signin_sync_starter.cc',
4462 'browser/ui/sync/one_click_signin_sync_starter.h', 4472 'browser/ui/sync/one_click_signin_sync_starter.h',
4463 'browser/ui/webui/certificate_viewer_webui.cc', 4473 'browser/ui/webui/certificate_viewer_webui.cc',
4464 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4465 'browser/ui/window_sizer.cc', 4474 'browser/ui/window_sizer.cc',
4466 'browser/ui/window_sizer.h', 4475 'browser/ui/window_sizer.h',
4476 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4467 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4477 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4468 ], 4478 ],
4469 'sources/': [ 4479 'sources/': [
4470 ['exclude', '^browser/importer/'], 4480 ['exclude', '^browser/importer/'],
4471 ['exclude', '^browser/printing/'], 4481 ['exclude', '^browser/printing/'],
4472 ['exclude', '^browser/themes/'],
4473 ['exclude', '^browser/ui/panels/'], 4482 ['exclude', '^browser/ui/panels/'],
4474 ['exclude', '^browser/ui/tabs/'], 4483 ['exclude', '^browser/ui/tabs/'],
4475 ['exclude', '^browser/ui/toolbar/'], 4484 ['exclude', '^browser/ui/toolbar/'],
4476 ['exclude', '^browser/ui/webui/downloads_'], 4485 ['exclude', '^browser/ui/webui/downloads_'],
4477 ['exclude', '^browser/ui/webui/options'], 4486 ['exclude', '^browser/ui/webui/options'],
4478 ['exclude', '^browser/ui/webui/options2'], 4487 ['exclude', '^browser/ui/webui/options2'],
4479 ['exclude', '^browser/ui/webui/print_preview/'], 4488 ['exclude', '^browser/ui/webui/print_preview/'],
4480 ['exclude', '^browser/ui/webui/sync_promo'], 4489 ['exclude', '^browser/ui/webui/sync_promo'],
4481 ], 4490 ],
4482 }], 4491 }],
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
5363 'variables': { 5372 'variables': {
5364 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5373 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5365 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5374 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5366 }, 5375 },
5367 'includes': ['../build/protoc.gypi'], 5376 'includes': ['../build/protoc.gypi'],
5368 }], 5377 }],
5369 ], 5378 ],
5370 }, 5379 },
5371 ], 5380 ],
5372 } 5381 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698