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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 1 month 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') | content/OWNERS » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 'browser/ui/webui/theme_source.cc', 2432 'browser/ui/webui/theme_source.cc',
2433 ], 2433 ],
2434 }], 2434 }],
2435 ['enable_printing!=1', { 2435 ['enable_printing!=1', {
2436 'sources/': [ 2436 'sources/': [
2437 ['exclude', '^browser/ui/webui/print_preview/'], 2437 ['exclude', '^browser/ui/webui/print_preview/'],
2438 ], 2438 ],
2439 }], 2439 }],
2440 ['OS=="android"', { 2440 ['OS=="android"', {
2441 'dependencies': [ 2441 'dependencies': [
2442 'browser/component/components.gyp:web_contents_delegate_android', 2442 '../content/content.gyp:web_contents_delegate_android',
2443 'chrome_browser_jni_headers', 2443 'chrome_browser_jni_headers',
2444 ], 2444 ],
2445 'sources': [ 2445 'sources': [
2446 'browser/ui/find_bar/find_match_rects_details.cc', 2446 'browser/ui/find_bar/find_match_rects_details.cc',
2447 'browser/ui/find_bar/find_match_rects_details.h', 2447 'browser/ui/find_bar/find_match_rects_details.h',
2448 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 2448 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
2449 'browser/ui/webui/ntp/android/bookmarks_handler.h', 2449 'browser/ui/webui/ntp/android/bookmarks_handler.h',
2450 'browser/ui/webui/ntp/android/context_menu_handler.cc', 2450 'browser/ui/webui/ntp/android/context_menu_handler.cc',
2451 'browser/ui/webui/ntp/android/context_menu_handler.h', 2451 'browser/ui/webui/ntp/android/context_menu_handler.h',
2452 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', 2452 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2753 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2754 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2754 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2755 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2755 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2756 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2756 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2757 ]} 2757 ]}
2758 ], 2758 ],
2759 ], 2759 ],
2760 }, 2760 },
2761 ], 2761 ],
2762 } 2762 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698