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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10332231: Remove chrome::NOTIFICATION_WEB_DIALOG_SHOWN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add web_dialog_observer.h to chrome_browser.gypi Created 8 years, 7 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/common/chrome_notification_types.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 3917 matching lines...) Expand 10 before | Expand all | Expand 10 after
3928 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', 3928 'browser/ui/webui/test_chrome_web_ui_controller_factory.h',
3929 'browser/ui/webui/theme_source.cc', 3929 'browser/ui/webui/theme_source.cc',
3930 'browser/ui/webui/theme_source.h', 3930 'browser/ui/webui/theme_source.h',
3931 'browser/ui/webui/tracing_ui.cc', 3931 'browser/ui/webui/tracing_ui.cc',
3932 'browser/ui/webui/tracing_ui.h', 3932 'browser/ui/webui/tracing_ui.h',
3933 'browser/ui/webui/uber/uber_ui.cc', 3933 'browser/ui/webui/uber/uber_ui.cc',
3934 'browser/ui/webui/uber/uber_ui.h', 3934 'browser/ui/webui/uber/uber_ui.h',
3935 'browser/ui/webui/web_dialog_controller.cc', 3935 'browser/ui/webui/web_dialog_controller.cc',
3936 'browser/ui/webui/web_dialog_controller.h', 3936 'browser/ui/webui/web_dialog_controller.h',
3937 'browser/ui/webui/web_dialog_delegate.h', 3937 'browser/ui/webui/web_dialog_delegate.h',
3938 'browser/ui/webui/web_dialog_observer.h',
3938 'browser/ui/webui/web_dialog_web_contents_delegate.cc', 3939 'browser/ui/webui/web_dialog_web_contents_delegate.cc',
3939 'browser/ui/webui/web_dialog_web_contents_delegate.h', 3940 'browser/ui/webui/web_dialog_web_contents_delegate.h',
3940 'browser/ui/webui/web_dialog_ui.cc', 3941 'browser/ui/webui/web_dialog_ui.cc',
3941 'browser/ui/webui/web_dialog_ui.h', 3942 'browser/ui/webui/web_dialog_ui.h',
3942 'browser/ui/webui/web_ui_util.cc', 3943 'browser/ui/webui/web_ui_util.cc',
3943 'browser/ui/webui/web_ui_util.h', 3944 'browser/ui/webui/web_ui_util.h',
3944 'browser/ui/window_sizer.cc', 3945 'browser/ui/window_sizer.cc',
3945 'browser/ui/window_sizer.h', 3946 'browser/ui/window_sizer.h',
3946 'browser/ui/window_sizer_ash.cc', 3947 'browser/ui/window_sizer_ash.cc',
3947 'browser/ui/window_sizer_aura.cc', 3948 'browser/ui/window_sizer_aura.cc',
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
5075 'browser/metrics/proto/study.proto', 5076 'browser/metrics/proto/study.proto',
5076 ], 5077 ],
5077 'variables': { 5078 'variables': {
5078 'proto_in_dir': 'browser/metrics/proto', 5079 'proto_in_dir': 'browser/metrics/proto',
5079 'proto_out_dir': 'chrome/browser/metrics/proto', 5080 'proto_out_dir': 'chrome/browser/metrics/proto',
5080 }, 5081 },
5081 'includes': [ '../build/protoc.gypi' ] 5082 'includes': [ '../build/protoc.gypi' ]
5082 }, 5083 },
5083 ], 5084 ],
5084 } 5085 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_dialog_ui.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698