Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 163 'browser/chromeos/drive/fileapi/fileapi_worker.cc', | 163 'browser/chromeos/drive/fileapi/fileapi_worker.cc', |
| 164 'browser/chromeos/drive/fileapi/fileapi_worker.h', | 164 'browser/chromeos/drive/fileapi/fileapi_worker.h', |
| 165 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.cc', | 165 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.cc', |
| 166 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h', | 166 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h', |
| 167 'browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.cc', | 167 'browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.cc', |
| 168 'browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.h', | 168 'browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.h', |
| 169 'browser/chromeos/drive/write_on_cache_file.cc', | 169 'browser/chromeos/drive/write_on_cache_file.cc', |
| 170 'browser/chromeos/drive/write_on_cache_file.h', | 170 'browser/chromeos/drive/write_on_cache_file.h', |
| 171 'browser/chromeos/enrollment_dialog_view.cc', | 171 'browser/chromeos/enrollment_dialog_view.cc', |
| 172 'browser/chromeos/enrollment_dialog_view.h', | 172 'browser/chromeos/enrollment_dialog_view.h', |
| 173 'browser/chromeos/eol_notification.cc', | |
| 174 'browser/chromeos/eol_notification.h', | |
|
xiyuan
2016/06/16 22:41:28
align with other files.
xiaoyinh(OOO Sep 11-29)
2016/06/17 04:07:35
Done.
| |
| 173 'browser/chromeos/events/event_rewriter.cc', | 175 'browser/chromeos/events/event_rewriter.cc', |
| 174 'browser/chromeos/events/event_rewriter.h', | 176 'browser/chromeos/events/event_rewriter.h', |
| 175 'browser/chromeos/events/event_rewriter_controller.cc', | 177 'browser/chromeos/events/event_rewriter_controller.cc', |
| 176 'browser/chromeos/events/event_rewriter_controller.h', | 178 'browser/chromeos/events/event_rewriter_controller.h', |
| 177 'browser/chromeos/events/keyboard_driven_event_rewriter.cc', | 179 'browser/chromeos/events/keyboard_driven_event_rewriter.cc', |
| 178 'browser/chromeos/events/keyboard_driven_event_rewriter.h', | 180 'browser/chromeos/events/keyboard_driven_event_rewriter.h', |
| 179 'browser/chromeos/events/system_key_event_listener.cc', | 181 'browser/chromeos/events/system_key_event_listener.cc', |
| 180 'browser/chromeos/events/system_key_event_listener.h', | 182 'browser/chromeos/events/system_key_event_listener.h', |
| 181 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc', | 183 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc', |
| 182 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.h', | 184 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.h', |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1360 'browser/chromeos/attestation/attestation_signed_data.proto', | 1362 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1361 ], | 1363 ], |
| 1362 'variables': { | 1364 'variables': { |
| 1363 'proto_in_dir': 'browser/chromeos/attestation', | 1365 'proto_in_dir': 'browser/chromeos/attestation', |
| 1364 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1366 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1365 }, | 1367 }, |
| 1366 'includes': [ '../build/protoc.gypi' ] | 1368 'includes': [ '../build/protoc.gypi' ] |
| 1367 }, | 1369 }, |
| 1368 ], | 1370 ], |
| 1369 } | 1371 } |
| OLD | NEW |