OLD | NEW |
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 Loading... |
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', |
3175 'browser/ui/startup/startup_browser_creator_win.cc', | 3177 'browser/ui/startup/startup_browser_creator_win.cc', |
3176 'browser/ui/startup/startup_browser_creator_win.h', | 3178 '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', |
3177 'browser/ui/status_bubble.h', | 3182 'browser/ui/status_bubble.h', |
3178 'browser/ui/sync/browser_synced_window_delegate.h', | 3183 'browser/ui/sync/browser_synced_window_delegate.h', |
3179 'browser/ui/sync/browser_synced_window_delegate.cc', | 3184 'browser/ui/sync/browser_synced_window_delegate.cc', |
3180 'browser/ui/sync/one_click_signin_dialog.h', | 3185 'browser/ui/sync/one_click_signin_dialog.h', |
3181 'browser/ui/sync/one_click_signin_helper.cc', | 3186 'browser/ui/sync/one_click_signin_helper.cc', |
3182 'browser/ui/sync/one_click_signin_helper.h', | 3187 'browser/ui/sync/one_click_signin_helper.h', |
3183 'browser/ui/sync/one_click_signin_histogram.h', | 3188 'browser/ui/sync/one_click_signin_histogram.h', |
3184 'browser/ui/sync/one_click_signin_sync_starter.cc', | 3189 'browser/ui/sync/one_click_signin_sync_starter.cc', |
3185 'browser/ui/sync/one_click_signin_sync_starter.h', | 3190 'browser/ui/sync/one_click_signin_sync_starter.h', |
3186 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', | 3191 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', |
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5023 'type': 'static_library', | 5028 'type': 'static_library', |
5024 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5029 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5025 'variables': { | 5030 'variables': { |
5026 'proto_in_dir': 'browser/chromeos/gdata', | 5031 'proto_in_dir': 'browser/chromeos/gdata', |
5027 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5032 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5028 }, | 5033 }, |
5029 'includes': [ '../build/protoc.gypi' ] | 5034 'includes': [ '../build/protoc.gypi' ] |
5030 }, | 5035 }, |
5031 ], | 5036 ], |
5032 } | 5037 } |
OLD | NEW |