| 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 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 'browser/mac/keystone_registration.h', | 1368 'browser/mac/keystone_registration.h', |
| 1369 'browser/mac/keystone_registration.mm', | 1369 'browser/mac/keystone_registration.mm', |
| 1370 'browser/mac/master_prefs.h', | 1370 'browser/mac/master_prefs.h', |
| 1371 'browser/mac/master_prefs.mm', | 1371 'browser/mac/master_prefs.mm', |
| 1372 'browser/mac/relauncher.cc', | 1372 'browser/mac/relauncher.cc', |
| 1373 'browser/mac/relauncher.h', | 1373 'browser/mac/relauncher.h', |
| 1374 'browser/mac/security_wrappers.cc', | 1374 'browser/mac/security_wrappers.cc', |
| 1375 'browser/mac/security_wrappers.h', | 1375 'browser/mac/security_wrappers.h', |
| 1376 'browser/managed_mode.cc', | 1376 'browser/managed_mode.cc', |
| 1377 'browser/managed_mode.h', | 1377 'browser/managed_mode.h', |
| 1378 'browser/managed_mode_url_filter.cc', |
| 1379 'browser/managed_mode_url_filter.h', |
| 1378 'browser/media/media_internals.cc', | 1380 'browser/media/media_internals.cc', |
| 1379 'browser/media/media_internals.h', | 1381 'browser/media/media_internals.h', |
| 1380 'browser/media/media_stream_capture_indicator.cc', | 1382 'browser/media/media_stream_capture_indicator.cc', |
| 1381 'browser/media/media_stream_capture_indicator.h', | 1383 'browser/media/media_stream_capture_indicator.h', |
| 1382 'browser/media/media_stream_devices_controller.cc', | 1384 'browser/media/media_stream_devices_controller.cc', |
| 1383 'browser/media/media_stream_devices_controller.h', | 1385 'browser/media/media_stream_devices_controller.h', |
| 1384 'browser/media/media_stream_devices_menu_model.cc', | 1386 'browser/media/media_stream_devices_menu_model.cc', |
| 1385 'browser/media/media_stream_devices_menu_model.h', | 1387 'browser/media/media_stream_devices_menu_model.h', |
| 1386 'browser/media_gallery/media_device_notifications_linux.cc', | 1388 'browser/media_gallery/media_device_notifications_linux.cc', |
| 1387 'browser/media_gallery/media_device_notifications_linux.h', | 1389 'browser/media_gallery/media_device_notifications_linux.h', |
| (...skipping 3993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5381 'browser/metrics/proto/study.proto', | 5383 'browser/metrics/proto/study.proto', |
| 5382 ], | 5384 ], |
| 5383 'variables': { | 5385 'variables': { |
| 5384 'proto_in_dir': 'browser/metrics/proto', | 5386 'proto_in_dir': 'browser/metrics/proto', |
| 5385 'proto_out_dir': 'chrome/browser/metrics/proto', | 5387 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5386 }, | 5388 }, |
| 5387 'includes': [ '../build/protoc.gypi' ] | 5389 'includes': [ '../build/protoc.gypi' ] |
| 5388 }, | 5390 }, |
| 5389 ], | 5391 ], |
| 5390 } | 5392 } |
| OLD | NEW |