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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10820034: Remove redirection header and add "ui::" before all SelectFileDialog usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reuploading for different try run. Created 8 years, 4 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/tracing_ui.cc ('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 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 'browser/ui/search_engines/keyword_editor_controller.cc', 3389 'browser/ui/search_engines/keyword_editor_controller.cc',
3390 'browser/ui/search_engines/keyword_editor_controller.h', 3390 'browser/ui/search_engines/keyword_editor_controller.h',
3391 'browser/ui/search_engines/search_engine_tab_helper.cc', 3391 'browser/ui/search_engines/search_engine_tab_helper.cc',
3392 'browser/ui/search_engines/search_engine_tab_helper.h', 3392 'browser/ui/search_engines/search_engine_tab_helper.h',
3393 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 3393 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
3394 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 3394 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
3395 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 3395 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
3396 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 3396 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
3397 'browser/ui/search_engines/template_url_table_model.cc', 3397 'browser/ui/search_engines/template_url_table_model.cc',
3398 'browser/ui/search_engines/template_url_table_model.h', 3398 'browser/ui/search_engines/template_url_table_model.h',
3399 'browser/ui/select_file_dialog.h',
3400 'browser/ui/simple_message_box.h', 3399 'browser/ui/simple_message_box.h',
3401 'browser/ui/singleton_tabs.cc', 3400 'browser/ui/singleton_tabs.cc',
3402 'browser/ui/singleton_tabs.h', 3401 'browser/ui/singleton_tabs.h',
3403 'browser/ui/snapshot_tab_helper.cc', 3402 'browser/ui/snapshot_tab_helper.cc',
3404 'browser/ui/snapshot_tab_helper.h', 3403 'browser/ui/snapshot_tab_helper.h',
3405 'browser/ui/startup/autolaunch_prompt.cc', 3404 'browser/ui/startup/autolaunch_prompt.cc',
3406 'browser/ui/startup/autolaunch_prompt_win.cc', 3405 'browser/ui/startup/autolaunch_prompt_win.cc',
3407 'browser/ui/startup/autolaunch_prompt.h', 3406 'browser/ui/startup/autolaunch_prompt.h',
3408 'browser/ui/startup/bad_flags_prompt.cc', 3407 'browser/ui/startup/bad_flags_prompt.cc',
3409 'browser/ui/startup/bad_flags_prompt.h', 3408 'browser/ui/startup/bad_flags_prompt.h',
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
5474 'variables': { 5473 'variables': {
5475 'jni_gen_dir': 'chrome', 5474 'jni_gen_dir': 'chrome',
5476 }, 5475 },
5477 'includes': [ '../build/jni_generator.gypi' ], 5476 'includes': [ '../build/jni_generator.gypi' ],
5478 }, 5477 },
5479 ], 5478 ],
5480 }, 5479 },
5481 ], 5480 ],
5482 ], 5481 ],
5483 } 5482 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracing_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698