OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
313 'system/chromeos/power/power_status.cc', | 313 'system/chromeos/power/power_status.cc', |
314 'system/chromeos/power/power_status.h', | 314 'system/chromeos/power/power_status.h', |
315 'system/chromeos/power/power_status_view.cc', | 315 'system/chromeos/power/power_status_view.cc', |
316 'system/chromeos/power/power_status_view.h', | 316 'system/chromeos/power/power_status_view.h', |
317 'system/chromeos/power/tray_power.cc', | 317 'system/chromeos/power/tray_power.cc', |
318 'system/chromeos/power/tray_power.h', | 318 'system/chromeos/power/tray_power.h', |
319 'system/chromeos/power/video_activity_notifier.cc', | 319 'system/chromeos/power/video_activity_notifier.cc', |
320 'system/chromeos/power/video_activity_notifier.h', | 320 'system/chromeos/power/video_activity_notifier.h', |
321 'system/chromeos/rotation/tray_rotation_lock.cc', | 321 'system/chromeos/rotation/tray_rotation_lock.cc', |
322 'system/chromeos/rotation/tray_rotation_lock.h', | 322 'system/chromeos/rotation/tray_rotation_lock.h', |
323 'system/chromeos/screen_orientation/screen_orientation_delegate_ash.cc', | |
324 'system/chromeos/screen_orientation/screen_orientation_delegate_ash.h', | |
flackr
2014/10/14 20:08:17
Need to update BUILD.gn
jonross
2014/10/22 18:45:30
Currently ash/BUILD.gn refers to the source list f
| |
323 'system/chromeos/screen_security/screen_capture_observer.h', | 325 'system/chromeos/screen_security/screen_capture_observer.h', |
324 'system/chromeos/screen_security/screen_capture_tray_item.cc', | 326 'system/chromeos/screen_security/screen_capture_tray_item.cc', |
325 'system/chromeos/screen_security/screen_capture_tray_item.h', | 327 'system/chromeos/screen_security/screen_capture_tray_item.h', |
326 'system/chromeos/screen_security/screen_share_observer.h', | 328 'system/chromeos/screen_security/screen_share_observer.h', |
327 'system/chromeos/screen_security/screen_share_tray_item.cc', | 329 'system/chromeos/screen_security/screen_share_tray_item.cc', |
328 'system/chromeos/screen_security/screen_share_tray_item.h', | 330 'system/chromeos/screen_security/screen_share_tray_item.h', |
329 'system/chromeos/screen_security/screen_tray_item.cc', | 331 'system/chromeos/screen_security/screen_tray_item.cc', |
330 'system/chromeos/screen_security/screen_tray_item.h', | 332 'system/chromeos/screen_security/screen_tray_item.h', |
331 'system/chromeos/session/last_window_closed_observer.h', | 333 'system/chromeos/session/last_window_closed_observer.h', |
332 'system/chromeos/session/last_window_closed_logout_reminder.cc', | 334 'system/chromeos/session/last_window_closed_logout_reminder.cc', |
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1291 '../build/isolate.gypi', | 1293 '../build/isolate.gypi', |
1292 ], | 1294 ], |
1293 'sources': [ | 1295 'sources': [ |
1294 'ash_unittests.isolate', | 1296 'ash_unittests.isolate', |
1295 ], | 1297 ], |
1296 }, | 1298 }, |
1297 ], | 1299 ], |
1298 }], | 1300 }], |
1299 ], | 1301 ], |
1300 } | 1302 } |
OLD | NEW |