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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2934011: New first run sequence for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Added support for control of all import via master_preferences Created 10 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
« no previous file with comments | « chrome/browser/views/keyword_editor_view.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2520 'browser/views/external_protocol_dialog.cc', 2520 'browser/views/external_protocol_dialog.cc',
2521 'browser/views/external_protocol_dialog.h', 2521 'browser/views/external_protocol_dialog.h',
2522 'browser/views/find_bar_host.cc', 2522 'browser/views/find_bar_host.cc',
2523 'browser/views/find_bar_host.h', 2523 'browser/views/find_bar_host.h',
2524 'browser/views/find_bar_host_gtk.cc', 2524 'browser/views/find_bar_host_gtk.cc',
2525 'browser/views/find_bar_host_win.cc', 2525 'browser/views/find_bar_host_win.cc',
2526 'browser/views/find_bar_view.cc', 2526 'browser/views/find_bar_view.cc',
2527 'browser/views/find_bar_view.h', 2527 'browser/views/find_bar_view.h',
2528 'browser/views/first_run_bubble.cc', 2528 'browser/views/first_run_bubble.cc',
2529 'browser/views/first_run_bubble.h', 2529 'browser/views/first_run_bubble.h',
2530 'browser/views/first_run_customize_view.cc',
2531 'browser/views/first_run_customize_view.h',
2532 'browser/views/first_run_search_engine_view.cc', 2530 'browser/views/first_run_search_engine_view.cc',
2533 'browser/views/first_run_search_engine_view.h', 2531 'browser/views/first_run_search_engine_view.h',
2534 'browser/views/first_run_view.cc',
2535 'browser/views/first_run_view.h',
2536 'browser/views/first_run_view_base.cc',
2537 'browser/views/first_run_view_base.h',
2538 'browser/views/frame/app_panel_browser_frame_view.cc', 2532 'browser/views/frame/app_panel_browser_frame_view.cc',
2539 'browser/views/frame/app_panel_browser_frame_view.h', 2533 'browser/views/frame/app_panel_browser_frame_view.h',
2540 'browser/views/frame/browser_bubble_host.cc', 2534 'browser/views/frame/browser_bubble_host.cc',
2541 'browser/views/frame/browser_bubble_host.h', 2535 'browser/views/frame/browser_bubble_host.h',
2542 'browser/views/frame/browser_extender.h', 2536 'browser/views/frame/browser_extender.h',
2543 'browser/views/frame/browser_frame.h', 2537 'browser/views/frame/browser_frame.h',
2544 'browser/views/frame/browser_frame_gtk.cc', 2538 'browser/views/frame/browser_frame_gtk.cc',
2545 'browser/views/frame/browser_frame_gtk.h', 2539 'browser/views/frame/browser_frame_gtk.h',
2546 'browser/views/frame/browser_frame_win.cc', 2540 'browser/views/frame/browser_frame_win.cc',
2547 'browser/views/frame/browser_frame_win.h', 2541 'browser/views/frame/browser_frame_win.h',
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
3603 ], 3597 ],
3604 }, 3598 },
3605 ], 3599 ],
3606 } 3600 }
3607 3601
3608 # Local Variables: 3602 # Local Variables:
3609 # tab-width:2 3603 # tab-width:2
3610 # indent-tabs-mode:nil 3604 # indent-tabs-mode:nil
3611 # End: 3605 # End:
3612 # vim: set expandtab tabstop=2 shiftwidth=2: 3606 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/keyword_editor_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698