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

Side by Side Diff: chrome/chrome.gyp

Issue 231014: Add wifi menu button in status bar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/status_area_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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'browser/chromeos/compact_navigation_bar.cc', 862 'browser/chromeos/compact_navigation_bar.cc',
863 'browser/chromeos/compact_navigation_bar.h', 863 'browser/chromeos/compact_navigation_bar.h',
864 'browser/chromeos/main_menu.cc', 864 'browser/chromeos/main_menu.cc',
865 'browser/chromeos/main_menu.h', 865 'browser/chromeos/main_menu.h',
866 'browser/chromeos/pipe_reader.cc', 866 'browser/chromeos/pipe_reader.cc',
867 'browser/chromeos/pipe_reader.h', 867 'browser/chromeos/pipe_reader.h',
868 'browser/chromeos/external_cookie_handler.cc', 868 'browser/chromeos/external_cookie_handler.cc',
869 'browser/chromeos/external_cookie_handler.h', 869 'browser/chromeos/external_cookie_handler.h',
870 'browser/chromeos/gview_request_interceptor.cc', 870 'browser/chromeos/gview_request_interceptor.cc',
871 'browser/chromeos/gview_request_interceptor.h', 871 'browser/chromeos/gview_request_interceptor.h',
872 'browser/chromeos/network_menu_button.cc',
873 'browser/chromeos/network_menu_button.h',
874 'browser/chromeos/password_dialog_view.cc',
875 'browser/chromeos/password_dialog_view.h',
872 'browser/chromeos/settings_contents_view.cc', 876 'browser/chromeos/settings_contents_view.cc',
873 'browser/chromeos/settings_contents_view.h', 877 'browser/chromeos/settings_contents_view.h',
874 'browser/chromeos/settings_page_view.cc', 878 'browser/chromeos/settings_page_view.cc',
875 'browser/chromeos/settings_page_view.h', 879 'browser/chromeos/settings_page_view.h',
876 'browser/chromeos/status_area_view.cc', 880 'browser/chromeos/status_area_view.cc',
877 'browser/chromeos/status_area_view.h', 881 'browser/chromeos/status_area_view.h',
878 'browser/chromeos/touchpad.cc', 882 'browser/chromeos/touchpad.cc',
879 'browser/chromeos/touchpad.h', 883 'browser/chromeos/touchpad.h',
880 'browser/cocoa/about_window_controller.h', 884 'browser/cocoa/about_window_controller.h',
881 'browser/cocoa/about_window_controller.mm', 885 'browser/cocoa/about_window_controller.mm',
(...skipping 5781 matching lines...) Expand 10 before | Expand all | Expand 10 after
6663 'defines': [ 6667 'defines': [
6664 'POSIX', 6668 'POSIX',
6665 ], 6669 ],
6666 }], 6670 }],
6667 ], 6671 ],
6668 }, 6672 },
6669 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6673 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6670 }], 6674 }],
6671 ], # 'conditions' 6675 ], # 'conditions'
6672 } 6676 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status_area_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698