| 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 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1585 'browser/profiles/profile_metrics.cc', | 1585 'browser/profiles/profile_metrics.cc', |
| 1586 'browser/profiles/profile_metrics.h', | 1586 'browser/profiles/profile_metrics.h', |
| 1587 'browser/profiles/profile_shortcut_manager.h', | 1587 'browser/profiles/profile_shortcut_manager.h', |
| 1588 'browser/profiles/profile_shortcut_manager.cc', | 1588 'browser/profiles/profile_shortcut_manager.cc', |
| 1589 'browser/profiles/profile_shortcut_manager_stub.cc', | 1589 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1590 'browser/profiles/profile_shortcut_manager_win.cc', | 1590 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1591 'browser/profiles/refcounted_profile_keyed_service.h', | 1591 'browser/profiles/refcounted_profile_keyed_service.h', |
| 1592 'browser/profiles/refcounted_profile_keyed_service.cc', | 1592 'browser/profiles/refcounted_profile_keyed_service.cc', |
| 1593 'browser/profiles/refcounted_profile_keyed_service_factory.h', | 1593 'browser/profiles/refcounted_profile_keyed_service_factory.h', |
| 1594 'browser/profiles/refcounted_profile_keyed_service_factory.cc', | 1594 'browser/profiles/refcounted_profile_keyed_service_factory.cc', |
| 1595 'browser/profiles/storage_partition_descriptor.h', |
| 1595 'browser/protector/base_prefs_change.cc', | 1596 'browser/protector/base_prefs_change.cc', |
| 1596 'browser/protector/base_prefs_change.h', | 1597 'browser/protector/base_prefs_change.h', |
| 1597 'browser/protector/base_setting_change.cc', | 1598 'browser/protector/base_setting_change.cc', |
| 1598 'browser/protector/base_setting_change.h', | 1599 'browser/protector/base_setting_change.h', |
| 1599 'browser/protector/composite_settings_change.cc', | 1600 'browser/protector/composite_settings_change.cc', |
| 1600 'browser/protector/composite_settings_change.h', | 1601 'browser/protector/composite_settings_change.h', |
| 1601 'browser/protector/default_search_provider_change.cc', | 1602 'browser/protector/default_search_provider_change.cc', |
| 1602 'browser/protector/histograms.cc', | 1603 'browser/protector/histograms.cc', |
| 1603 'browser/protector/histograms.h', | 1604 'browser/protector/histograms.h', |
| 1604 'browser/protector/homepage_change.cc', | 1605 'browser/protector/homepage_change.cc', |
| (...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2975 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2976 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2976 }, | 2977 }, |
| 2977 'includes': ['../build/protoc.gypi'], | 2978 'includes': ['../build/protoc.gypi'], |
| 2978 }, | 2979 }, |
| 2979 ], | 2980 ], |
| 2980 }, | 2981 }, |
| 2981 ], | 2982 ], |
| 2982 ], | 2983 ], |
| 2983 } | 2984 } |
| OLD | NEW |