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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gyp wrestling. 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
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 3250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 'browser/ui/simple_message_box.h', 3261 'browser/ui/simple_message_box.h',
3262 'browser/ui/snapshot_tab_helper.cc', 3262 'browser/ui/snapshot_tab_helper.cc',
3263 'browser/ui/snapshot_tab_helper.h', 3263 'browser/ui/snapshot_tab_helper.h',
3264 'browser/ui/startup/autolaunch_prompt.cc', 3264 'browser/ui/startup/autolaunch_prompt.cc',
3265 'browser/ui/startup/autolaunch_prompt_win.cc', 3265 'browser/ui/startup/autolaunch_prompt_win.cc',
3266 'browser/ui/startup/autolaunch_prompt.h', 3266 'browser/ui/startup/autolaunch_prompt.h',
3267 'browser/ui/startup/bad_flags_prompt.cc', 3267 'browser/ui/startup/bad_flags_prompt.cc',
3268 'browser/ui/startup/bad_flags_prompt.h', 3268 'browser/ui/startup/bad_flags_prompt.h',
3269 'browser/ui/startup/default_browser_prompt.cc', 3269 'browser/ui/startup/default_browser_prompt.cc',
3270 'browser/ui/startup/default_browser_prompt.h', 3270 'browser/ui/startup/default_browser_prompt.h',
3271 'browser/ui/startup/default_browser_prompt_win.cc',
3271 'browser/ui/startup/obsolete_os_prompt.cc', 3272 'browser/ui/startup/obsolete_os_prompt.cc',
3272 'browser/ui/startup/obsolete_os_prompt.h', 3273 'browser/ui/startup/obsolete_os_prompt.h',
3273 'browser/ui/startup/obsolete_os_prompt_gtk.cc', 3274 'browser/ui/startup/obsolete_os_prompt_gtk.cc',
3274 'browser/ui/startup/obsolete_os_prompt_mac.cc', 3275 'browser/ui/startup/obsolete_os_prompt_mac.cc',
3275 'browser/ui/startup/session_crashed_prompt.cc', 3276 'browser/ui/startup/session_crashed_prompt.cc',
3276 'browser/ui/startup/session_crashed_prompt.h', 3277 'browser/ui/startup/session_crashed_prompt.h',
3277 'browser/ui/startup/startup_browser_creator.cc', 3278 'browser/ui/startup/startup_browser_creator.cc',
3278 'browser/ui/startup/startup_browser_creator.h', 3279 'browser/ui/startup/startup_browser_creator.h',
3279 'browser/ui/startup/startup_browser_creator_impl.cc', 3280 'browser/ui/startup/startup_browser_creator_impl.cc',
3280 'browser/ui/startup/startup_browser_creator_impl.h', 3281 'browser/ui/startup/startup_browser_creator_impl.h',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3861 'browser/ui/webui/instant_ui.cc', 3862 'browser/ui/webui/instant_ui.cc',
3862 'browser/ui/webui/instant_ui.h', 3863 'browser/ui/webui/instant_ui.h',
3863 'browser/ui/webui/media/media_internals_handler.cc', 3864 'browser/ui/webui/media/media_internals_handler.cc',
3864 'browser/ui/webui/media/media_internals_handler.h', 3865 'browser/ui/webui/media/media_internals_handler.h',
3865 'browser/ui/webui/media/media_internals_proxy.cc', 3866 'browser/ui/webui/media/media_internals_proxy.cc',
3866 'browser/ui/webui/media/media_internals_proxy.h', 3867 'browser/ui/webui/media/media_internals_proxy.h',
3867 'browser/ui/webui/media/media_internals_ui.cc', 3868 'browser/ui/webui/media/media_internals_ui.cc',
3868 'browser/ui/webui/media/media_internals_ui.h', 3869 'browser/ui/webui/media/media_internals_ui.h',
3869 'browser/ui/webui/metrics_handler.cc', 3870 'browser/ui/webui/metrics_handler.cc',
3870 'browser/ui/webui/metrics_handler.h', 3871 'browser/ui/webui/metrics_handler.h',
3872 'browser/ui/webui/set_as_metro_default_ui.cc',
3873 'browser/ui/webui/set_as_metro_default_ui.h',
3871 'browser/ui/webui/net_internals/net_internals_ui.cc', 3874 'browser/ui/webui/net_internals/net_internals_ui.cc',
3872 'browser/ui/webui/net_internals/net_internals_ui.h', 3875 'browser/ui/webui/net_internals/net_internals_ui.h',
3873 'browser/ui/webui/ntp/app_launcher_handler.cc', 3876 'browser/ui/webui/ntp/app_launcher_handler.cc',
3874 'browser/ui/webui/ntp/app_launcher_handler.h', 3877 'browser/ui/webui/ntp/app_launcher_handler.h',
3875 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3878 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3876 'browser/ui/webui/ntp/favicon_webui_handler.h', 3879 'browser/ui/webui/ntp/favicon_webui_handler.h',
3877 'browser/ui/webui/ntp/foreign_session_handler.cc', 3880 'browser/ui/webui/ntp/foreign_session_handler.cc',
3878 'browser/ui/webui/ntp/foreign_session_handler.h', 3881 'browser/ui/webui/ntp/foreign_session_handler.h',
3879 'browser/ui/webui/ntp/most_visited_handler.cc', 3882 'browser/ui/webui/ntp/most_visited_handler.cc',
3880 'browser/ui/webui/ntp/most_visited_handler.h', 3883 'browser/ui/webui/ntp/most_visited_handler.h',
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
4987 ], 4990 ],
4988 }], 4991 }],
4989 ], 4992 ],
4990 }, { # 'OS!="win" 4993 }, { # 'OS!="win"
4991 'sources/': [ 4994 'sources/': [
4992 # Exclude files that should be excluded for all non-Windows platform s. 4995 # Exclude files that should be excluded for all non-Windows platform s.
4993 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4996 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4994 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4997 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4995 ['exclude', '^browser/google/google_update.cc'], 4998 ['exclude', '^browser/google/google_update.cc'],
4996 ['exclude', '^browser/importer/ie_importer.cc'], 4999 ['exclude', '^browser/importer/ie_importer.cc'],
5000 ['exclude', '^browser/ui/webui/set_as_metro_default_ui.cc'],
5001 ['exclude', '^browser/ui/webui/set_as_metro_default_ui.h'],
4997 5002
4998 # Exclude all of hang_monitor. 5003 # Exclude all of hang_monitor.
4999 ['exclude', '^browser/hang_monitor/'], 5004 ['exclude', '^browser/hang_monitor/'],
5000 5005
5001 # Exclude parts of password_manager. 5006 # Exclude parts of password_manager.
5002 ['exclude', '^browser/password_manager/ie7_password\\.cc$'], 5007 ['exclude', '^browser/password_manager/ie7_password\\.cc$'],
5003 ], 5008 ],
5004 'conditions': [ 5009 'conditions': [
5005 ['use_aura==1',{ 5010 ['use_aura==1',{
5006 'dependencies': [ 5011 'dependencies': [
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
5259 'browser/metrics/proto/study.proto', 5264 'browser/metrics/proto/study.proto',
5260 ], 5265 ],
5261 'variables': { 5266 'variables': {
5262 'proto_in_dir': 'browser/metrics/proto', 5267 'proto_in_dir': 'browser/metrics/proto',
5263 'proto_out_dir': 'chrome/browser/metrics/proto', 5268 'proto_out_dir': 'chrome/browser/metrics/proto',
5264 }, 5269 },
5265 'includes': [ '../build/protoc.gypi' ] 5270 'includes': [ '../build/protoc.gypi' ]
5266 }, 5271 },
5267 ], 5272 ],
5268 } 5273 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698