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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'browser/chromeos/first_run/step.h', | 352 'browser/chromeos/first_run/step.h', |
353 'browser/chromeos/first_run/step_names.cc', | 353 'browser/chromeos/first_run/step_names.cc', |
354 'browser/chromeos/first_run/step_names.h', | 354 'browser/chromeos/first_run/step_names.h', |
355 'browser/chromeos/first_run/steps/app_list_step.cc', | 355 'browser/chromeos/first_run/steps/app_list_step.cc', |
356 'browser/chromeos/first_run/steps/app_list_step.h', | 356 'browser/chromeos/first_run/steps/app_list_step.h', |
357 'browser/chromeos/first_run/steps/help_step.cc', | 357 'browser/chromeos/first_run/steps/help_step.cc', |
358 'browser/chromeos/first_run/steps/help_step.h', | 358 'browser/chromeos/first_run/steps/help_step.h', |
359 'browser/chromeos/first_run/steps/tray_step.cc', | 359 'browser/chromeos/first_run/steps/tray_step.cc', |
360 'browser/chromeos/first_run/steps/tray_step.h', | 360 'browser/chromeos/first_run/steps/tray_step.h', |
361 'browser/chromeos/genius_app/app_id.h', | 361 'browser/chromeos/genius_app/app_id.h', |
362 'browser/chromeos/geolocation/geoposition.cc', | |
363 'browser/chromeos/geolocation/geoposition.h', | |
364 'browser/chromeos/geolocation/simple_geolocation_provider.cc', | |
365 'browser/chromeos/geolocation/simple_geolocation_provider.h', | |
366 'browser/chromeos/geolocation/simple_geolocation_request.cc', | |
367 'browser/chromeos/geolocation/simple_geolocation_request.h', | |
368 'browser/chromeos/idle_detector.cc', | 362 'browser/chromeos/idle_detector.cc', |
369 'browser/chromeos/idle_detector.h', | 363 'browser/chromeos/idle_detector.h', |
370 'browser/chromeos/input_method/accessibility.cc', | 364 'browser/chromeos/input_method/accessibility.cc', |
371 'browser/chromeos/input_method/accessibility.h', | 365 'browser/chromeos/input_method/accessibility.h', |
372 'browser/chromeos/input_method/browser_state_monitor.cc', | 366 'browser/chromeos/input_method/browser_state_monitor.cc', |
373 'browser/chromeos/input_method/browser_state_monitor.h', | 367 'browser/chromeos/input_method/browser_state_monitor.h', |
374 'browser/chromeos/input_method/candidate_window_controller.cc', | 368 'browser/chromeos/input_method/candidate_window_controller.cc', |
375 'browser/chromeos/input_method/candidate_window_controller.h', | 369 'browser/chromeos/input_method/candidate_window_controller.h', |
376 'browser/chromeos/input_method/candidate_window_controller_impl.cc', | 370 'browser/chromeos/input_method/candidate_window_controller_impl.cc', |
377 'browser/chromeos/input_method/candidate_window_controller_impl.h', | 371 'browser/chromeos/input_method/candidate_window_controller_impl.h', |
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 'browser/chromeos/attestation/attestation_signed_data.proto', | 1288 'browser/chromeos/attestation/attestation_signed_data.proto', |
1295 ], | 1289 ], |
1296 'variables': { | 1290 'variables': { |
1297 'proto_in_dir': 'browser/chromeos/attestation', | 1291 'proto_in_dir': 'browser/chromeos/attestation', |
1298 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1292 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1299 }, | 1293 }, |
1300 'includes': [ '../build/protoc.gypi' ] | 1294 'includes': [ '../build/protoc.gypi' ] |
1301 }, | 1295 }, |
1302 ], | 1296 ], |
1303 } | 1297 } |
OLD | NEW |