| 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 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1583 'browser/profiles/profile_metrics.cc', | 1583 'browser/profiles/profile_metrics.cc', |
| 1584 'browser/profiles/profile_metrics.h', | 1584 'browser/profiles/profile_metrics.h', |
| 1585 'browser/profiles/profile_shortcut_manager.h', | 1585 'browser/profiles/profile_shortcut_manager.h', |
| 1586 'browser/profiles/profile_shortcut_manager.cc', | 1586 'browser/profiles/profile_shortcut_manager.cc', |
| 1587 'browser/profiles/profile_shortcut_manager_stub.cc', | 1587 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1588 'browser/profiles/profile_shortcut_manager_win.cc', | 1588 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1589 'browser/profiles/refcounted_profile_keyed_service.h', | 1589 'browser/profiles/refcounted_profile_keyed_service.h', |
| 1590 'browser/profiles/refcounted_profile_keyed_service.cc', | 1590 'browser/profiles/refcounted_profile_keyed_service.cc', |
| 1591 'browser/profiles/refcounted_profile_keyed_service_factory.h', | 1591 'browser/profiles/refcounted_profile_keyed_service_factory.h', |
| 1592 'browser/profiles/refcounted_profile_keyed_service_factory.cc', | 1592 'browser/profiles/refcounted_profile_keyed_service_factory.cc', |
| 1593 'browser/profiles/storage_partition_descriptor.h', |
| 1593 'browser/protector/base_prefs_change.cc', | 1594 'browser/protector/base_prefs_change.cc', |
| 1594 'browser/protector/base_prefs_change.h', | 1595 'browser/protector/base_prefs_change.h', |
| 1595 'browser/protector/base_setting_change.cc', | 1596 'browser/protector/base_setting_change.cc', |
| 1596 'browser/protector/base_setting_change.h', | 1597 'browser/protector/base_setting_change.h', |
| 1597 'browser/protector/composite_settings_change.cc', | 1598 'browser/protector/composite_settings_change.cc', |
| 1598 'browser/protector/composite_settings_change.h', | 1599 'browser/protector/composite_settings_change.h', |
| 1599 'browser/protector/default_search_provider_change.cc', | 1600 'browser/protector/default_search_provider_change.cc', |
| 1600 'browser/protector/histograms.cc', | 1601 'browser/protector/histograms.cc', |
| 1601 'browser/protector/histograms.h', | 1602 'browser/protector/histograms.h', |
| 1602 'browser/protector/homepage_change.cc', | 1603 'browser/protector/homepage_change.cc', |
| (...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2955 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2956 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2956 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2957 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2957 }, | 2958 }, |
| 2958 'includes': ['../build/protoc.gypi'], | 2959 'includes': ['../build/protoc.gypi'], |
| 2959 }, | 2960 }, |
| 2960 ], | 2961 ], |
| 2961 }, | 2962 }, |
| 2962 ], | 2963 ], |
| 2963 ], | 2964 ], |
| 2964 } | 2965 } |
| OLD | NEW |