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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10332117: Revert 136573 - Extract StartupTabs and startup types from StartupBrowserCreator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/startup/startup_types.h ('k') | no next file » | 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 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after
3165 'browser/ui/startup/bad_flags_prompt.h', 3165 'browser/ui/startup/bad_flags_prompt.h',
3166 'browser/ui/startup/default_browser_prompt.cc', 3166 'browser/ui/startup/default_browser_prompt.cc',
3167 'browser/ui/startup/default_browser_prompt.h', 3167 'browser/ui/startup/default_browser_prompt.h',
3168 'browser/ui/startup/obsolete_os_prompt.cc', 3168 'browser/ui/startup/obsolete_os_prompt.cc',
3169 'browser/ui/startup/obsolete_os_prompt.h', 3169 'browser/ui/startup/obsolete_os_prompt.h',
3170 'browser/ui/startup/obsolete_os_prompt_gtk.cc', 3170 'browser/ui/startup/obsolete_os_prompt_gtk.cc',
3171 'browser/ui/startup/session_crashed_prompt.cc', 3171 'browser/ui/startup/session_crashed_prompt.cc',
3172 'browser/ui/startup/session_crashed_prompt.h', 3172 'browser/ui/startup/session_crashed_prompt.h',
3173 'browser/ui/startup/startup_browser_creator.cc', 3173 'browser/ui/startup/startup_browser_creator.cc',
3174 'browser/ui/startup/startup_browser_creator.h', 3174 'browser/ui/startup/startup_browser_creator.h',
3175 'browser/ui/startup/startup_browser_creator_impl.cc',
3176 'browser/ui/startup/startup_browser_creator_impl.h',
3177 'browser/ui/startup/startup_browser_creator_win.cc', 3175 'browser/ui/startup/startup_browser_creator_win.cc',
3178 'browser/ui/startup/startup_browser_creator_win.h', 3176 'browser/ui/startup/startup_browser_creator_win.h',
3179 'browser/ui/startup/startup_tab.cc',
3180 'browser/ui/startup/startup_tab.h',
3181 'browser/ui/startup/startup_types.h',
3182 'browser/ui/status_bubble.h', 3177 'browser/ui/status_bubble.h',
3183 'browser/ui/sync/browser_synced_window_delegate.h', 3178 'browser/ui/sync/browser_synced_window_delegate.h',
3184 'browser/ui/sync/browser_synced_window_delegate.cc', 3179 'browser/ui/sync/browser_synced_window_delegate.cc',
3185 'browser/ui/sync/one_click_signin_dialog.h', 3180 'browser/ui/sync/one_click_signin_dialog.h',
3186 'browser/ui/sync/one_click_signin_helper.cc', 3181 'browser/ui/sync/one_click_signin_helper.cc',
3187 'browser/ui/sync/one_click_signin_helper.h', 3182 'browser/ui/sync/one_click_signin_helper.h',
3188 'browser/ui/sync/one_click_signin_histogram.h', 3183 'browser/ui/sync/one_click_signin_histogram.h',
3189 'browser/ui/sync/one_click_signin_sync_starter.cc', 3184 'browser/ui/sync/one_click_signin_sync_starter.cc',
3190 'browser/ui/sync/one_click_signin_sync_starter.h', 3185 'browser/ui/sync/one_click_signin_sync_starter.h',
3191 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', 3186 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
5028 'type': 'static_library', 5023 'type': 'static_library',
5029 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5024 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5030 'variables': { 5025 'variables': {
5031 'proto_in_dir': 'browser/chromeos/gdata', 5026 'proto_in_dir': 'browser/chromeos/gdata',
5032 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5027 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5033 }, 5028 },
5034 'includes': [ '../build/protoc.gypi' ] 5029 'includes': [ '../build/protoc.gypi' ]
5035 }, 5030 },
5036 ], 5031 ],
5037 } 5032 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698