| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'browser/chromeos/fileapi/mtp_watcher_manager.cc', | 306 'browser/chromeos/fileapi/mtp_watcher_manager.cc', |
| 307 'browser/chromeos/fileapi/mtp_watcher_manager.h', | 307 'browser/chromeos/fileapi/mtp_watcher_manager.h', |
| 308 'browser/chromeos/first_run/drive_first_run_controller.cc', | 308 'browser/chromeos/first_run/drive_first_run_controller.cc', |
| 309 'browser/chromeos/first_run/drive_first_run_controller.h', | 309 'browser/chromeos/first_run/drive_first_run_controller.h', |
| 310 'browser/chromeos/first_run/first_run.cc', | 310 'browser/chromeos/first_run/first_run.cc', |
| 311 'browser/chromeos/first_run/first_run.h', | 311 'browser/chromeos/first_run/first_run.h', |
| 312 'browser/chromeos/first_run/first_run_controller.cc', | 312 'browser/chromeos/first_run/first_run_controller.cc', |
| 313 'browser/chromeos/first_run/first_run_controller.h', | 313 'browser/chromeos/first_run/first_run_controller.h', |
| 314 'browser/chromeos/first_run/first_run_view.cc', | 314 'browser/chromeos/first_run/first_run_view.cc', |
| 315 'browser/chromeos/first_run/first_run_view.h', | 315 'browser/chromeos/first_run/first_run_view.h', |
| 316 'browser/chromeos/first_run/goodies_displayer.cc', |
| 317 'browser/chromeos/first_run/goodies_displayer.h', |
| 316 'browser/chromeos/first_run/step.cc', | 318 'browser/chromeos/first_run/step.cc', |
| 317 'browser/chromeos/first_run/step.h', | 319 'browser/chromeos/first_run/step.h', |
| 318 'browser/chromeos/first_run/step_names.cc', | 320 'browser/chromeos/first_run/step_names.cc', |
| 319 'browser/chromeos/first_run/step_names.h', | 321 'browser/chromeos/first_run/step_names.h', |
| 320 'browser/chromeos/first_run/steps/app_list_step.cc', | 322 'browser/chromeos/first_run/steps/app_list_step.cc', |
| 321 'browser/chromeos/first_run/steps/app_list_step.h', | 323 'browser/chromeos/first_run/steps/app_list_step.h', |
| 322 'browser/chromeos/first_run/steps/help_step.cc', | 324 'browser/chromeos/first_run/steps/help_step.cc', |
| 323 'browser/chromeos/first_run/steps/help_step.h', | 325 'browser/chromeos/first_run/steps/help_step.h', |
| 324 'browser/chromeos/first_run/steps/tray_step.cc', | 326 'browser/chromeos/first_run/steps/tray_step.cc', |
| 325 'browser/chromeos/first_run/steps/tray_step.h', | 327 'browser/chromeos/first_run/steps/tray_step.h', |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1280 'browser/chromeos/attestation/attestation_signed_data.proto', | 1282 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1281 ], | 1283 ], |
| 1282 'variables': { | 1284 'variables': { |
| 1283 'proto_in_dir': 'browser/chromeos/attestation', | 1285 'proto_in_dir': 'browser/chromeos/attestation', |
| 1284 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1286 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1285 }, | 1287 }, |
| 1286 'includes': [ '../build/protoc.gypi' ] | 1288 'includes': [ '../build/protoc.gypi' ] |
| 1287 }, | 1289 }, |
| 1288 ], | 1290 ], |
| 1289 } | 1291 } |
| OLD | NEW |