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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10669023: Start consolidating non-port specific code to ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clenaup Created 8 years, 5 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 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 'browser/ui/ash/chrome_launcher_prefs.cc', 2339 'browser/ui/ash/chrome_launcher_prefs.cc',
2340 'browser/ui/ash/chrome_launcher_prefs.h', 2340 'browser/ui/ash/chrome_launcher_prefs.h',
2341 'browser/ui/ash/tabs/dock_info_ash.cc', 2341 'browser/ui/ash/tabs/dock_info_ash.cc',
2342 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 2342 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
2343 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 2343 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
2344 'browser/ui/aura/tabs/dock_info_aurax11.cc', 2344 'browser/ui/aura/tabs/dock_info_aurax11.cc',
2345 'browser/ui/auto_login_info_bar_delegate.cc', 2345 'browser/ui/auto_login_info_bar_delegate.cc',
2346 'browser/ui/auto_login_info_bar_delegate.h', 2346 'browser/ui/auto_login_info_bar_delegate.h',
2347 'browser/ui/auto_login_prompter.cc', 2347 'browser/ui/auto_login_prompter.cc',
2348 'browser/ui/auto_login_prompter.h', 2348 'browser/ui/auto_login_prompter.h',
2349 'browser/ui/base_shell_dialog.h',
2350 'browser/ui/base_window.h', 2349 'browser/ui/base_window.h',
2351 'browser/ui/blocked_content/blocked_content_container.cc', 2350 'browser/ui/blocked_content/blocked_content_container.cc',
2352 'browser/ui/blocked_content/blocked_content_container.h', 2351 'browser/ui/blocked_content/blocked_content_container.h',
2353 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 2352 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
2354 'browser/ui/blocked_content/blocked_content_tab_helper.h', 2353 'browser/ui/blocked_content/blocked_content_tab_helper.h',
2355 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', 2354 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc',
2356 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', 2355 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h',
2357 'browser/ui/bookmarks/bookmark_bar.h', 2356 'browser/ui/bookmarks/bookmark_bar.h',
2358 'browser/ui/bookmarks/bookmark_tab_helper.cc', 2357 'browser/ui/bookmarks/bookmark_tab_helper.cc',
2359 'browser/ui/bookmarks/bookmark_tab_helper.h', 2358 'browser/ui/bookmarks/bookmark_tab_helper.h',
(...skipping 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'browser/metrics/proto/study.proto', 5281 'browser/metrics/proto/study.proto',
5283 ], 5282 ],
5284 'variables': { 5283 'variables': {
5285 'proto_in_dir': 'browser/metrics/proto', 5284 'proto_in_dir': 'browser/metrics/proto',
5286 'proto_out_dir': 'chrome/browser/metrics/proto', 5285 'proto_out_dir': 'chrome/browser/metrics/proto',
5287 }, 5286 },
5288 'includes': [ '../build/protoc.gypi' ] 5287 'includes': [ '../build/protoc.gypi' ]
5289 }, 5288 },
5290 ], 5289 ],
5291 } 5290 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698