OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 'browser/google/google_update_win.cc', | 466 'browser/google/google_update_win.cc', |
467 'browser/google/google_update_win.h', | 467 'browser/google/google_update_win.h', |
468 'browser/google/google_url_tracker_factory.cc', | 468 'browser/google/google_url_tracker_factory.cc', |
469 'browser/google/google_url_tracker_factory.h', | 469 'browser/google/google_url_tracker_factory.h', |
470 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 470 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
471 'browser/google/google_url_tracker_navigation_helper_impl.h', | 471 'browser/google/google_url_tracker_navigation_helper_impl.h', |
472 'browser/google/google_brand.cc', | 472 'browser/google/google_brand.cc', |
473 'browser/google/google_brand.h', | 473 'browser/google/google_brand.h', |
474 'browser/google/google_brand_chromeos.cc', | 474 'browser/google/google_brand_chromeos.cc', |
475 'browser/google/google_brand_chromeos.h', | 475 'browser/google/google_brand_chromeos.h', |
476 'browser/gpu/gl_string_manager.cc', | |
477 'browser/gpu/gl_string_manager.h', | |
478 'browser/gpu/gpu_feature_checker.cc', | 476 'browser/gpu/gpu_feature_checker.cc', |
479 'browser/gpu/gpu_feature_checker.h', | 477 'browser/gpu/gpu_feature_checker.h', |
| 478 'browser/gpu/gpu_pref_manager.cc', |
| 479 'browser/gpu/gpu_pref_manager.h', |
480 'browser/gpu/gpu_mode_manager.cc', | 480 'browser/gpu/gpu_mode_manager.cc', |
481 'browser/gpu/gpu_mode_manager.h', | 481 'browser/gpu/gpu_mode_manager.h', |
482 'browser/gpu/three_d_api_observer.cc', | 482 'browser/gpu/three_d_api_observer.cc', |
483 'browser/gpu/three_d_api_observer.h', | 483 'browser/gpu/three_d_api_observer.h', |
484 'browser/history/android/android_cache_database.cc', | 484 'browser/history/android/android_cache_database.cc', |
485 'browser/history/android/android_cache_database.h', | 485 'browser/history/android/android_cache_database.h', |
486 'browser/history/android/android_history_provider_service.cc', | 486 'browser/history/android/android_history_provider_service.cc', |
487 'browser/history/android/android_history_provider_service.h', | 487 'browser/history/android/android_history_provider_service.h', |
488 'browser/history/android/android_history_types.cc', | 488 'browser/history/android/android_history_types.cc', |
489 'browser/history/android/android_history_types.h', | 489 'browser/history/android/android_history_types.h', |
(...skipping 3090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3580 'variables': { | 3580 'variables': { |
3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3583 }, | 3583 }, |
3584 'includes': [ '../build/protoc.gypi' ] | 3584 'includes': [ '../build/protoc.gypi' ] |
3585 }, | 3585 }, |
3586 ], | 3586 ], |
3587 },], | 3587 },], |
3588 ], | 3588 ], |
3589 } | 3589 } |
OLD | NEW |