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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10448066: Move the web dialogs code to src/ui/web_dialogs from src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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/web_dialog_ui.cc ('k') | chrome/test/base/test_web_dialog_observer.h » ('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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 54 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
55 '../third_party/libxml/libxml.gyp:libxml', 55 '../third_party/libxml/libxml.gyp:libxml',
56 '../third_party/npapi/npapi.gyp:npapi', 56 '../third_party/npapi/npapi.gyp:npapi',
57 '../third_party/zlib/zlib.gyp:zlib', 57 '../third_party/zlib/zlib.gyp:zlib',
58 '../ui/base/strings/ui_strings.gyp:ui_strings', 58 '../ui/base/strings/ui_strings.gyp:ui_strings',
59 '../ui/surface/surface.gyp:surface', 59 '../ui/surface/surface.gyp:surface',
60 '../ui/ui.gyp:ui', 60 '../ui/ui.gyp:ui',
61 '../ui/ui.gyp:ui_resources', 61 '../ui/ui.gyp:ui_resources',
62 '../ui/ui.gyp:ui_resources_2x', 62 '../ui/ui.gyp:ui_resources_2x',
63 '../ui/ui.gyp:ui_resources_standard', 63 '../ui/ui.gyp:ui_resources_standard',
64 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
64 '../v8/tools/gyp/v8.gyp:v8', 65 '../v8/tools/gyp/v8.gyp:v8',
65 '../webkit/support/webkit_support.gyp:appcache', 66 '../webkit/support/webkit_support.gyp:appcache',
66 '../webkit/support/webkit_support.gyp:blob', 67 '../webkit/support/webkit_support.gyp:blob',
67 '../webkit/support/webkit_support.gyp:database', 68 '../webkit/support/webkit_support.gyp:database',
68 '../webkit/support/webkit_support.gyp:fileapi', 69 '../webkit/support/webkit_support.gyp:fileapi',
69 '../webkit/support/webkit_support.gyp:glue', 70 '../webkit/support/webkit_support.gyp:glue',
70 '../webkit/support/webkit_support.gyp:quota', 71 '../webkit/support/webkit_support.gyp:quota',
71 '../webkit/support/webkit_support.gyp:webkit_resources', 72 '../webkit/support/webkit_support.gyp:webkit_resources',
72 '../webkit/support/webkit_support.gyp:webkit_user_agent', 73 '../webkit/support/webkit_support.gyp:webkit_user_agent',
73 ], 74 ],
(...skipping 3642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3716 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 3717 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
3717 'browser/ui/webui/chromeos/proxy_settings_ui.h', 3718 'browser/ui/webui/chromeos/proxy_settings_ui.h',
3718 'browser/ui/webui/chromeos/register_page_ui.cc', 3719 'browser/ui/webui/chromeos/register_page_ui.cc',
3719 'browser/ui/webui/chromeos/register_page_ui.h', 3720 'browser/ui/webui/chromeos/register_page_ui.h',
3720 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 3721 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
3721 'browser/ui/webui/chromeos/sim_unlock_ui.h', 3722 'browser/ui/webui/chromeos/sim_unlock_ui.h',
3722 'browser/ui/webui/chromeos/system_info_ui.cc', 3723 'browser/ui/webui/chromeos/system_info_ui.cc',
3723 'browser/ui/webui/chromeos/system_info_ui.h', 3724 'browser/ui/webui/chromeos/system_info_ui.h',
3724 'browser/ui/webui/chromeos/ui_account_tweaks.cc', 3725 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
3725 'browser/ui/webui/chromeos/ui_account_tweaks.h', 3726 'browser/ui/webui/chromeos/ui_account_tweaks.h',
3726 'browser/ui/webui/constrained_web_dialog_ui.cc',
3727 'browser/ui/webui/constrained_web_dialog_ui.h',
3728 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 3727 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
3729 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 3728 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
3730 'browser/ui/webui/cookies_tree_model_util.cc', 3729 'browser/ui/webui/cookies_tree_model_util.cc',
3731 'browser/ui/webui/cookies_tree_model_util.h', 3730 'browser/ui/webui/cookies_tree_model_util.h',
3732 'browser/ui/webui/crashes_ui.cc', 3731 'browser/ui/webui/crashes_ui.cc',
3733 'browser/ui/webui/crashes_ui.h', 3732 'browser/ui/webui/crashes_ui.h',
3734 'browser/ui/webui/devtools_ui.cc', 3733 'browser/ui/webui/devtools_ui.cc',
3735 'browser/ui/webui/devtools_ui.h', 3734 'browser/ui/webui/devtools_ui.h',
3736 'browser/ui/webui/downloads_dom_handler.cc', 3735 'browser/ui/webui/downloads_dom_handler.cc',
3737 'browser/ui/webui/downloads_dom_handler.h', 3736 'browser/ui/webui/downloads_dom_handler.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3976 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', 3975 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc',
3977 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', 3976 'browser/ui/webui/test_chrome_web_ui_controller_factory.h',
3978 'browser/ui/webui/theme_source.cc', 3977 'browser/ui/webui/theme_source.cc',
3979 'browser/ui/webui/theme_source.h', 3978 'browser/ui/webui/theme_source.h',
3980 'browser/ui/webui/tracing_ui.cc', 3979 'browser/ui/webui/tracing_ui.cc',
3981 'browser/ui/webui/tracing_ui.h', 3980 'browser/ui/webui/tracing_ui.h',
3982 'browser/ui/webui/uber/uber_ui.cc', 3981 'browser/ui/webui/uber/uber_ui.cc',
3983 'browser/ui/webui/uber/uber_ui.h', 3982 'browser/ui/webui/uber/uber_ui.h',
3984 'browser/ui/webui/web_dialog_controller.cc', 3983 'browser/ui/webui/web_dialog_controller.cc',
3985 'browser/ui/webui/web_dialog_controller.h', 3984 'browser/ui/webui/web_dialog_controller.h',
3986 'browser/ui/webui/web_dialog_delegate.h',
3987 'browser/ui/webui/web_dialog_observer.h',
3988 'browser/ui/webui/web_dialog_web_contents_delegate.cc', 3985 'browser/ui/webui/web_dialog_web_contents_delegate.cc',
3989 'browser/ui/webui/web_dialog_web_contents_delegate.h', 3986 'browser/ui/webui/web_dialog_web_contents_delegate.h',
3990 'browser/ui/webui/web_dialog_ui.cc',
3991 'browser/ui/webui/web_dialog_ui.h',
3992 'browser/ui/webui/web_ui_util.cc', 3987 'browser/ui/webui/web_ui_util.cc',
3993 'browser/ui/webui/web_ui_util.h', 3988 'browser/ui/webui/web_ui_util.h',
3994 'browser/ui/window_sizer.cc', 3989 'browser/ui/window_sizer.cc',
3995 'browser/ui/window_sizer.h', 3990 'browser/ui/window_sizer.h',
3996 'browser/ui/window_sizer_ash.cc', 3991 'browser/ui/window_sizer_ash.cc',
3997 'browser/ui/window_sizer_aura.cc', 3992 'browser/ui/window_sizer_aura.cc',
3998 'browser/ui/window_sizer_gtk.cc', 3993 'browser/ui/window_sizer_gtk.cc',
3999 'browser/ui/window_sizer_mac.mm', 3994 'browser/ui/window_sizer_mac.mm',
4000 'browser/ui/window_sizer_win.cc', 3995 'browser/ui/window_sizer_win.cc',
4001 'browser/ui/window_snapshot/window_snapshot.h', 3996 'browser/ui/window_snapshot/window_snapshot.h',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
5124 'browser/metrics/proto/study.proto', 5119 'browser/metrics/proto/study.proto',
5125 ], 5120 ],
5126 'variables': { 5121 'variables': {
5127 'proto_in_dir': 'browser/metrics/proto', 5122 'proto_in_dir': 'browser/metrics/proto',
5128 'proto_out_dir': 'chrome/browser/metrics/proto', 5123 'proto_out_dir': 'chrome/browser/metrics/proto',
5129 }, 5124 },
5130 'includes': [ '../build/protoc.gypi' ] 5125 'includes': [ '../build/protoc.gypi' ]
5131 }, 5126 },
5132 ], 5127 ],
5133 } 5128 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_dialog_ui.cc ('k') | chrome/test/base/test_web_dialog_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698