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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9689058: Disable chrome://downloads ui for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 4426 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 'browser/ui/window_sizer.h', 4437 'browser/ui/window_sizer.h',
4438 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4438 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4439 ], 4439 ],
4440 'sources/': [ 4440 'sources/': [
4441 ['exclude', '^browser/importer/'], 4441 ['exclude', '^browser/importer/'],
4442 ['exclude', '^browser/printing/'], 4442 ['exclude', '^browser/printing/'],
4443 ['exclude', '^browser/themes/'], 4443 ['exclude', '^browser/themes/'],
4444 ['exclude', '^browser/ui/panels/'], 4444 ['exclude', '^browser/ui/panels/'],
4445 ['exclude', '^browser/ui/tabs/'], 4445 ['exclude', '^browser/ui/tabs/'],
4446 ['exclude', '^browser/ui/toolbar/'], 4446 ['exclude', '^browser/ui/toolbar/'],
4447 ['exclude', '^browser/ui/webui/downloads_'],
4447 ['exclude', '^browser/ui/webui/options'], 4448 ['exclude', '^browser/ui/webui/options'],
4448 ['exclude', '^browser/ui/webui/options2'], 4449 ['exclude', '^browser/ui/webui/options2'],
4449 ['exclude', '^browser/ui/webui/print_preview/'], 4450 ['exclude', '^browser/ui/webui/print_preview/'],
4450 ['exclude', '^browser/ui/webui/sync_promo'], 4451 ['exclude', '^browser/ui/webui/sync_promo'],
4451 ], 4452 ],
4452 }], 4453 }],
4453 ['OS=="mac"', { 4454 ['OS=="mac"', {
4454 'sources!': [ 4455 'sources!': [
4455 'browser/automation/automation_provider_list_generic.cc', 4456 'browser/automation/automation_provider_list_generic.cc',
4456 'browser/bookmarks/bookmark_drop_info.cc', 4457 'browser/bookmarks/bookmark_drop_info.cc',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
5338 'variables': { 5339 'variables': {
5339 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5340 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5340 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5341 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5341 }, 5342 },
5342 'includes': ['../build/protoc.gypi'], 5343 'includes': ['../build/protoc.gypi'],
5343 }], 5344 }],
5344 ], 5345 ],
5345 }, 5346 },
5346 ], 5347 ],
5347 } 5348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698