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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3043030: Move browser/first_run* into into a subdirectory. (Closed)
Patch Set: Created 10 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
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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'browser/file_watcher.h', 1379 'browser/file_watcher.h',
1380 'browser/file_watcher_inotify.cc', 1380 'browser/file_watcher_inotify.cc',
1381 'browser/file_watcher_mac.cc', 1381 'browser/file_watcher_mac.cc',
1382 'browser/file_watcher_win.cc', 1382 'browser/file_watcher_win.cc',
1383 'browser/find_bar.h', 1383 'browser/find_bar.h',
1384 'browser/find_bar_controller.cc', 1384 'browser/find_bar_controller.cc',
1385 'browser/find_bar_controller.h', 1385 'browser/find_bar_controller.h',
1386 'browser/find_bar_state.h', 1386 'browser/find_bar_state.h',
1387 'browser/find_bar_state.cc', 1387 'browser/find_bar_state.cc',
1388 'browser/find_notification_details.h', 1388 'browser/find_notification_details.h',
1389 'browser/first_run.cc', 1389 'browser/first_run/first_run.cc',
1390 'browser/first_run.h', 1390 'browser/first_run/first_run.h',
1391 'browser/first_run_mac.mm', 1391 'browser/first_run/first_run_mac.mm',
1392 'browser/first_run_win.cc', 1392 'browser/first_run/first_run_win.cc',
1393 'browser/first_run_gtk.cc', 1393 'browser/first_run/first_run_gtk.cc',
1394 'browser/fonts_languages_window.h', 1394 'browser/fonts_languages_window.h',
1395 'browser/gears_integration.cc', 1395 'browser/gears_integration.cc',
1396 'browser/gears_integration.h', 1396 'browser/gears_integration.h',
1397 'browser/geolocation/access_token_store.cc', 1397 'browser/geolocation/access_token_store.cc',
1398 'browser/geolocation/access_token_store.h', 1398 'browser/geolocation/access_token_store.h',
1399 'browser/geolocation/device_data_provider.h', 1399 'browser/geolocation/device_data_provider.h',
1400 'browser/geolocation/empty_device_data_provider.cc', 1400 'browser/geolocation/empty_device_data_provider.cc',
1401 'browser/geolocation/empty_device_data_provider.h', 1401 'browser/geolocation/empty_device_data_provider.h',
1402 'browser/geolocation/geolocation_dispatcher_host.cc', 1402 'browser/geolocation/geolocation_dispatcher_host.cc',
1403 'browser/geolocation/geolocation_dispatcher_host.h', 1403 'browser/geolocation/geolocation_dispatcher_host.h',
(...skipping 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 ], 3703 ],
3704 }, 3704 },
3705 ], 3705 ],
3706 } 3706 }
3707 3707
3708 # Local Variables: 3708 # Local Variables:
3709 # tab-width:2 3709 # tab-width:2
3710 # indent-tabs-mode:nil 3710 # indent-tabs-mode:nil
3711 # End: 3711 # End:
3712 # vim: set expandtab tabstop=2 shiftwidth=2: 3712 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698