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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (win7_aura so slow!!) Created 7 years, 11 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/chrome_browser.gypi ('k') | components/components.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2491 'browser/ui/webui/theme_source.cc', 2491 'browser/ui/webui/theme_source.cc',
2492 ], 2492 ],
2493 }], 2493 }],
2494 ['enable_printing!=1', { 2494 ['enable_printing!=1', {
2495 'sources/': [ 2495 'sources/': [
2496 ['exclude', '^browser/ui/webui/print_preview/'], 2496 ['exclude', '^browser/ui/webui/print_preview/'],
2497 ], 2497 ],
2498 }], 2498 }],
2499 ['OS=="android"', { 2499 ['OS=="android"', {
2500 'dependencies': [ 2500 'dependencies': [
2501 '../content/content.gyp:web_contents_delegate_android', 2501 '../components/components.gyp:web_contents_delegate_android',
2502 'chrome_browser_jni_headers', 2502 'chrome_browser_jni_headers',
2503 ], 2503 ],
2504 'sources': [ 2504 'sources': [
2505 'browser/ui/find_bar/find_match_rects_details.cc', 2505 'browser/ui/find_bar/find_match_rects_details.cc',
2506 'browser/ui/find_bar/find_match_rects_details.h', 2506 'browser/ui/find_bar/find_match_rects_details.h',
2507 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 2507 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
2508 'browser/ui/webui/ntp/android/bookmarks_handler.h', 2508 'browser/ui/webui/ntp/android/bookmarks_handler.h',
2509 'browser/ui/webui/ntp/android/context_menu_handler.cc', 2509 'browser/ui/webui/ntp/android/context_menu_handler.cc',
2510 'browser/ui/webui/ntp/android/context_menu_handler.h', 2510 'browser/ui/webui/ntp/android/context_menu_handler.h',
2511 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', 2511 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 }], 2815 }],
2816 ['enable_message_center==1', { 2816 ['enable_message_center==1', {
2817 'dependencies': [ 2817 'dependencies': [
2818 '../ui/message_center/message_center.gyp:message_center', 2818 '../ui/message_center/message_center.gyp:message_center',
2819 ], 2819 ],
2820 }], 2820 }],
2821 ], 2821 ],
2822 }, 2822 },
2823 ], 2823 ],
2824 } 2824 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698