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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 658001: Removing some now-unused headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 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/chromeos/login/image_background.h ('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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'browser/chromeos/frame/panel_controller.cc', 320 'browser/chromeos/frame/panel_controller.cc',
321 'browser/chromeos/frame/panel_controller.h', 321 'browser/chromeos/frame/panel_controller.h',
322 'browser/chromeos/google_update_chromeos.cc', 322 'browser/chromeos/google_update_chromeos.cc',
323 'browser/chromeos/gview_request_interceptor.cc', 323 'browser/chromeos/gview_request_interceptor.cc',
324 'browser/chromeos/gview_request_interceptor.h', 324 'browser/chromeos/gview_request_interceptor.h',
325 'browser/chromeos/login/account_creation_view.cc', 325 'browser/chromeos/login/account_creation_view.cc',
326 'browser/chromeos/login/account_creation_view.h', 326 'browser/chromeos/login/account_creation_view.h',
327 'browser/chromeos/login/authenticator.h', 327 'browser/chromeos/login/authenticator.h',
328 'browser/chromeos/login/google_authenticator.cc', 328 'browser/chromeos/login/google_authenticator.cc',
329 'browser/chromeos/login/google_authenticator.h', 329 'browser/chromeos/login/google_authenticator.h',
330 'browser/chromeos/login/image_background.h',
331 'browser/chromeos/login/ipc_message.h',
332 'browser/chromeos/login/pam_google_authenticator.cc', 330 'browser/chromeos/login/pam_google_authenticator.cc',
333 'browser/chromeos/login/pam_google_authenticator.h', 331 'browser/chromeos/login/pam_google_authenticator.h',
334 'browser/chromeos/login/login_manager_view.cc', 332 'browser/chromeos/login/login_manager_view.cc',
335 'browser/chromeos/login/login_manager_view.h', 333 'browser/chromeos/login/login_manager_view.h',
336 'browser/chromeos/login/login_status_consumer.h', 334 'browser/chromeos/login/login_status_consumer.h',
337 'browser/chromeos/login/login_wizard_view.cc', 335 'browser/chromeos/login/login_wizard_view.cc',
338 'browser/chromeos/login/login_wizard_view.h', 336 'browser/chromeos/login/login_wizard_view.h',
339 'browser/chromeos/login/network_selection_view.cc', 337 'browser/chromeos/login/network_selection_view.cc',
340 'browser/chromeos/login/network_selection_view.h', 338 'browser/chromeos/login/network_selection_view.h',
341 'browser/chromeos/login/rounded_rect_painter.cc', 339 'browser/chromeos/login/rounded_rect_painter.cc',
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 ], 2803 ],
2806 }, 2804 },
2807 ], 2805 ],
2808 } 2806 }
2809 2807
2810 # Local Variables: 2808 # Local Variables:
2811 # tab-width:2 2809 # tab-width:2
2812 # indent-tabs-mode:nil 2810 # indent-tabs-mode:nil
2813 # End: 2811 # End:
2814 # vim: set expandtab tabstop=2 shiftwidth=2: 2812 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/image_background.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698