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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9815013: Remove chrome help and feedback pages for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha-sort 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/chrome_web_ui_controller_factory.cc ('k') | no next file » | 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 4483 matching lines...) Expand 10 before | Expand all | Expand 10 after
4494 'sources/': [ 4494 'sources/': [
4495 ['exclude', '^browser/chrome_to_mobile'], 4495 ['exclude', '^browser/chrome_to_mobile'],
4496 ['exclude', '^browser/importer/'], 4496 ['exclude', '^browser/importer/'],
4497 ['exclude', '^browser/printing/'], 4497 ['exclude', '^browser/printing/'],
4498 ['exclude', '^browser/tabs/pinned_tab_'], 4498 ['exclude', '^browser/tabs/pinned_tab_'],
4499 ['exclude', '^browser/tabs/tab_strip_model'], 4499 ['exclude', '^browser/tabs/tab_strip_model'],
4500 ['exclude', '^browser/ui/panels/'], 4500 ['exclude', '^browser/ui/panels/'],
4501 ['exclude', '^browser/ui/tabs/'], 4501 ['exclude', '^browser/ui/tabs/'],
4502 ['exclude', '^browser/ui/toolbar/'], 4502 ['exclude', '^browser/ui/toolbar/'],
4503 ['exclude', '^browser/ui/webui/downloads_'], 4503 ['exclude', '^browser/ui/webui/downloads_'],
4504 ['exclude', '^browser/ui/webui/feedback_'],
4505 ['exclude', '^browser/ui/webui/help/'],
4504 ['exclude', '^browser/ui/webui/options'], 4506 ['exclude', '^browser/ui/webui/options'],
4505 ['exclude', '^browser/ui/webui/options2'], 4507 ['exclude', '^browser/ui/webui/options2'],
4506 ['exclude', '^browser/ui/webui/print_preview/'], 4508 ['exclude', '^browser/ui/webui/print_preview/'],
4507 ['exclude', '^browser/ui/webui/sync_promo'], 4509 ['exclude', '^browser/ui/webui/sync_promo'],
4508 ], 4510 ],
4509 }], 4511 }],
4510 ['OS=="mac"', { 4512 ['OS=="mac"', {
4511 'sources!': [ 4513 'sources!': [
4512 'browser/automation/automation_provider_list_generic.cc', 4514 'browser/automation/automation_provider_list_generic.cc',
4513 'browser/bookmarks/bookmark_drop_info.cc', 4515 'browser/bookmarks/bookmark_drop_info.cc',
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
5320 'variables': { 5322 'variables': {
5321 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5323 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5322 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5324 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5323 }, 5325 },
5324 'includes': ['../build/protoc.gypi'], 5326 'includes': ['../build/protoc.gypi'],
5325 }], 5327 }],
5326 ], 5328 ],
5327 }, 5329 },
5328 ], 5330 ],
5329 } 5331 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698