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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 786693002: Move chrome/browser/chromeos/geolocation to chromeos/geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS Created 6 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
« no previous file with comments | « chrome/browser/chromeos/timezone/timezone_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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) 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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/timezone/timezone_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698