| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'browser/google/google_search_metrics.h', | 649 'browser/google/google_search_metrics.h', |
| 650 'browser/google/google_update_settings_posix.cc', | 650 'browser/google/google_update_settings_posix.cc', |
| 651 'browser/google/google_update_win.cc', | 651 'browser/google/google_update_win.cc', |
| 652 'browser/google/google_update_win.h', | 652 'browser/google/google_update_win.h', |
| 653 'browser/google/google_url_tracker.cc', | 653 'browser/google/google_url_tracker.cc', |
| 654 'browser/google/google_url_tracker.h', | 654 'browser/google/google_url_tracker.h', |
| 655 'browser/google/google_url_tracker_factory.cc', | 655 'browser/google/google_url_tracker_factory.cc', |
| 656 'browser/google/google_url_tracker_factory.h', | 656 'browser/google/google_url_tracker_factory.h', |
| 657 'browser/google/google_util.cc', | 657 'browser/google/google_util.cc', |
| 658 'browser/google/google_util.h', | 658 'browser/google/google_util.h', |
| 659 'browser/google_apis/auth_service.cc', |
| 660 'browser/google_apis/auth_service.h', |
| 661 'browser/google_apis/drive_api_operations.cc', |
| 662 'browser/google_apis/drive_api_operations.h', |
| 663 'browser/google_apis/drive_api_parser.cc', |
| 664 'browser/google_apis/drive_api_parser.h', |
| 665 'browser/google_apis/drive_api_service.cc', |
| 666 'browser/google_apis/drive_api_service.h', |
| 667 'browser/google_apis/gdata_errorcode.h', |
| 668 'browser/google_apis/gdata_util.cc', |
| 669 'browser/google_apis/gdata_util.h', |
| 659 'browser/gpu_blacklist.cc', | 670 'browser/gpu_blacklist.cc', |
| 660 'browser/gpu_blacklist.h', | 671 'browser/gpu_blacklist.h', |
| 661 'browser/gpu_feature_checker.cc', | 672 'browser/gpu_feature_checker.cc', |
| 662 'browser/gpu_feature_checker.h', | 673 'browser/gpu_feature_checker.h', |
| 663 'browser/gpu_util.cc', | 674 'browser/gpu_util.cc', |
| 664 'browser/gpu_util.h', | 675 'browser/gpu_util.h', |
| 665 'browser/hang_monitor/hang_crash_dump_win.cc', | 676 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 666 'browser/hang_monitor/hang_crash_dump_win.h', | 677 'browser/hang_monitor/hang_crash_dump_win.h', |
| 667 'browser/hang_monitor/hung_plugin_action.cc', | 678 'browser/hang_monitor/hung_plugin_action.cc', |
| 668 'browser/hang_monitor/hung_plugin_action.h', | 679 'browser/hang_monitor/hung_plugin_action.h', |
| (...skipping 4397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5066 'includes': [ '../build/jni_generator.gypi' ], | 5077 'includes': [ '../build/jni_generator.gypi' ], |
| 5067 'dependencies': [ | 5078 'dependencies': [ |
| 5068 'android_jar_jni_headers', | 5079 'android_jar_jni_headers', |
| 5069 ], | 5080 ], |
| 5070 }, | 5081 }, |
| 5071 ], | 5082 ], |
| 5072 }, | 5083 }, |
| 5073 ], | 5084 ], |
| 5074 ], | 5085 ], |
| 5075 } | 5086 } |
| OLD | NEW |