| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'chrome_common_sources': [ | 7 'chrome_common_sources': [ |
| 8 '../apps/app_shim/app_shim_launch.h', | 8 '../apps/app_shim/app_shim_launch.h', |
| 9 '../apps/app_shim/app_shim_messages.h', | 9 '../apps/app_shim/app_shim_messages.h', |
| 10 'common/all_messages.h', | 10 'common/all_messages.h', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'common/media/webrtc_logging_message_data.cc', | 172 'common/media/webrtc_logging_message_data.cc', |
| 173 'common/media/webrtc_logging_message_data.h', | 173 'common/media/webrtc_logging_message_data.h', |
| 174 'common/media_galleries/metadata_types.h', | 174 'common/media_galleries/metadata_types.h', |
| 175 'common/multi_process_lock.h', | 175 'common/multi_process_lock.h', |
| 176 'common/multi_process_lock_linux.cc', | 176 'common/multi_process_lock_linux.cc', |
| 177 'common/multi_process_lock_mac.cc', | 177 'common/multi_process_lock_mac.cc', |
| 178 'common/multi_process_lock_win.cc', | 178 'common/multi_process_lock_win.cc', |
| 179 'common/omnibox_focus_state.h', | 179 'common/omnibox_focus_state.h', |
| 180 'common/partial_circular_buffer.cc', | 180 'common/partial_circular_buffer.cc', |
| 181 'common/partial_circular_buffer.h', | 181 'common/partial_circular_buffer.h', |
| 182 'common/pepper_flash.cc', | |
| 183 'common/pepper_flash.h', | |
| 184 'common/pepper_permission_util.cc', | 182 'common/pepper_permission_util.cc', |
| 185 'common/pepper_permission_util.h', | 183 'common/pepper_permission_util.h', |
| 186 'common/pref_names_util.cc', | 184 'common/pref_names_util.cc', |
| 187 'common/pref_names_util.h', | 185 'common/pref_names_util.h', |
| 188 'common/prerender_types.h', | 186 'common/prerender_types.h', |
| 189 'common/print_messages.cc', | 187 'common/print_messages.cc', |
| 190 'common/print_messages.h', | 188 'common/print_messages.h', |
| 191 'common/profiling.cc', | 189 'common/profiling.cc', |
| 192 'common/profiling.h', | 190 'common/profiling.h', |
| 193 'common/ref_counted_util.h', | 191 'common/ref_counted_util.h', |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'common/safe_browsing/csd.proto' | 676 'common/safe_browsing/csd.proto' |
| 679 ], | 677 ], |
| 680 'variables': { | 678 'variables': { |
| 681 'proto_in_dir': 'common/safe_browsing', | 679 'proto_in_dir': 'common/safe_browsing', |
| 682 'proto_out_dir': 'chrome/common/safe_browsing', | 680 'proto_out_dir': 'chrome/common/safe_browsing', |
| 683 }, | 681 }, |
| 684 'includes': [ '../build/protoc.gypi' ], | 682 'includes': [ '../build/protoc.gypi' ], |
| 685 }, | 683 }, |
| 686 ], | 684 ], |
| 687 } | 685 } |
| OLD | NEW |