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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11466010: Decompose BrowserStateMonitor into two parts, simplifying unit tests and APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments. Created 8 years 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
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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'browser/chromeos/external_metrics.cc', 293 'browser/chromeos/external_metrics.cc',
294 'browser/chromeos/external_metrics.h', 294 'browser/chromeos/external_metrics.h',
295 'browser/chromeos/external_protocol_dialog.cc', 295 'browser/chromeos/external_protocol_dialog.cc',
296 'browser/chromeos/external_protocol_dialog.h', 296 'browser/chromeos/external_protocol_dialog.h',
297 'browser/chromeos/imageburner/burn_controller.cc', 297 'browser/chromeos/imageburner/burn_controller.cc',
298 'browser/chromeos/imageburner/burn_controller.h', 298 'browser/chromeos/imageburner/burn_controller.h',
299 'browser/chromeos/imageburner/burn_manager.cc', 299 'browser/chromeos/imageburner/burn_manager.cc',
300 'browser/chromeos/imageburner/burn_manager.h', 300 'browser/chromeos/imageburner/burn_manager.h',
301 'browser/chromeos/input_method/browser_state_monitor.cc', 301 'browser/chromeos/input_method/browser_state_monitor.cc',
302 'browser/chromeos/input_method/browser_state_monitor.h', 302 'browser/chromeos/input_method/browser_state_monitor.h',
303 'browser/chromeos/input_method/input_method_persistence.cc',
304 'browser/chromeos/input_method/input_method_persistence.h',
303 'browser/chromeos/input_method/candidate_window_controller.cc', 305 'browser/chromeos/input_method/candidate_window_controller.cc',
304 'browser/chromeos/input_method/candidate_window_controller.h', 306 'browser/chromeos/input_method/candidate_window_controller.h',
305 'browser/chromeos/input_method/candidate_window_controller_impl.cc', 307 'browser/chromeos/input_method/candidate_window_controller_impl.cc',
306 'browser/chromeos/input_method/candidate_window_controller_impl.h', 308 'browser/chromeos/input_method/candidate_window_controller_impl.h',
307 'browser/chromeos/input_method/candidate_window_view.cc', 309 'browser/chromeos/input_method/candidate_window_view.cc',
308 'browser/chromeos/input_method/candidate_window_view.h', 310 'browser/chromeos/input_method/candidate_window_view.h',
309 'browser/chromeos/input_method/delayable_widget.cc', 311 'browser/chromeos/input_method/delayable_widget.cc',
310 'browser/chromeos/input_method/delayable_widget.h', 312 'browser/chromeos/input_method/delayable_widget.h',
311 'browser/chromeos/input_method/hidable_area.cc', 313 'browser/chromeos/input_method/hidable_area.cc',
312 'browser/chromeos/input_method/hidable_area.h', 314 'browser/chromeos/input_method/hidable_area.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 'type': 'static_library', 782 'type': 'static_library',
781 'sources': [ 'browser/chromeos/drive/drive.proto' ], 783 'sources': [ 'browser/chromeos/drive/drive.proto' ],
782 'variables': { 784 'variables': {
783 'proto_in_dir': 'browser/chromeos/drive', 785 'proto_in_dir': 'browser/chromeos/drive',
784 'proto_out_dir': 'chrome/browser/chromeos/drive', 786 'proto_out_dir': 'chrome/browser/chromeos/drive',
785 }, 787 },
786 'includes': [ '../build/protoc.gypi' ] 788 'includes': [ '../build/protoc.gypi' ]
787 }, 789 },
788 ], 790 ],
789 } 791 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698