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

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: 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
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 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 'browser/ui/webui/theme_source.cc', 2422 'browser/ui/webui/theme_source.cc',
2423 ], 2423 ],
2424 }], 2424 }],
2425 ['enable_printing!=1', { 2425 ['enable_printing!=1', {
2426 'sources/': [ 2426 'sources/': [
2427 ['exclude', '^browser/ui/webui/print_preview/'], 2427 ['exclude', '^browser/ui/webui/print_preview/'],
2428 ], 2428 ],
2429 }], 2429 }],
2430 ['OS=="android"', { 2430 ['OS=="android"', {
2431 'dependencies': [ 2431 'dependencies': [
2432 'browser/component/components.gyp:web_contents_delegate_android', 2432 '../content/content.gyp:web_contents_delegate_android',
2433 'chrome_browser_jni_headers', 2433 'chrome_browser_jni_headers',
2434 ], 2434 ],
2435 'sources': [ 2435 'sources': [
2436 'browser/ui/find_bar/find_match_rects_details.cc', 2436 'browser/ui/find_bar/find_match_rects_details.cc',
2437 'browser/ui/find_bar/find_match_rects_details.h', 2437 'browser/ui/find_bar/find_match_rects_details.h',
2438 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 2438 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
2439 'browser/ui/webui/ntp/android/bookmarks_handler.h', 2439 'browser/ui/webui/ntp/android/bookmarks_handler.h',
2440 'browser/ui/webui/ntp/android/context_menu_handler.cc', 2440 'browser/ui/webui/ntp/android/context_menu_handler.cc',
2441 'browser/ui/webui/ntp/android/context_menu_handler.h', 2441 'browser/ui/webui/ntp/android/context_menu_handler.h',
2442 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc', 2442 'browser/ui/webui/ntp/android/new_tab_page_ready_handler.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2742 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2742 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2743 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2743 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2744 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2744 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2745 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2745 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2746 ]} 2746 ]}
2747 ], 2747 ],
2748 ], 2748 ],
2749 }, 2749 },
2750 ], 2750 ],
2751 } 2751 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698