| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'dbus/flimflam_manager_client.h', | 65 'dbus/flimflam_manager_client.h', |
| 66 'dbus/flimflam_network_client.cc', | 66 'dbus/flimflam_network_client.cc', |
| 67 'dbus/flimflam_network_client.h', | 67 'dbus/flimflam_network_client.h', |
| 68 'dbus/flimflam_profile_client.cc', | 68 'dbus/flimflam_profile_client.cc', |
| 69 'dbus/flimflam_profile_client.h', | 69 'dbus/flimflam_profile_client.h', |
| 70 'dbus/flimflam_service_client.cc', | 70 'dbus/flimflam_service_client.cc', |
| 71 'dbus/flimflam_service_client.h', | 71 'dbus/flimflam_service_client.h', |
| 72 'dbus/ibus/ibus_client.cc', | 72 'dbus/ibus/ibus_client.cc', |
| 73 'dbus/ibus/ibus_client.h', | 73 'dbus/ibus/ibus_client.h', |
| 74 'dbus/ibus/ibus_constants.h', | 74 'dbus/ibus/ibus_constants.h', |
| 75 'dbus/ibus/ibus_lookup_table.cc', |
| 76 'dbus/ibus/ibus_lookup_table.h', |
| 75 'dbus/ibus/ibus_object.cc', | 77 'dbus/ibus/ibus_object.cc', |
| 76 'dbus/ibus/ibus_object.h', | 78 'dbus/ibus/ibus_object.h', |
| 77 'dbus/ibus/ibus_text.cc', | 79 'dbus/ibus/ibus_text.cc', |
| 78 'dbus/ibus/ibus_text.h', | 80 'dbus/ibus/ibus_text.h', |
| 79 'dbus/ibus/ibus_input_context_client.cc', | 81 'dbus/ibus/ibus_input_context_client.cc', |
| 80 'dbus/ibus/ibus_input_context_client.h', | 82 'dbus/ibus/ibus_input_context_client.h', |
| 81 'dbus/image_burner_client.cc', | 83 'dbus/image_burner_client.cc', |
| 82 'dbus/image_burner_client.h', | 84 'dbus/image_burner_client.h', |
| 83 'dbus/introspectable_client.cc', | 85 'dbus/introspectable_client.cc', |
| 84 'dbus/introspectable_client.h', | 86 'dbus/introspectable_client.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'dbus/flimflam_client_unittest_base.cc', | 182 'dbus/flimflam_client_unittest_base.cc', |
| 181 'dbus/flimflam_client_unittest_base.h', | 183 'dbus/flimflam_client_unittest_base.h', |
| 182 'dbus/flimflam_device_client_unittest.cc', | 184 'dbus/flimflam_device_client_unittest.cc', |
| 183 'dbus/flimflam_ipconfig_client_unittest.cc', | 185 'dbus/flimflam_ipconfig_client_unittest.cc', |
| 184 'dbus/flimflam_manager_client_unittest.cc', | 186 'dbus/flimflam_manager_client_unittest.cc', |
| 185 'dbus/flimflam_network_client_unittest.cc', | 187 'dbus/flimflam_network_client_unittest.cc', |
| 186 'dbus/flimflam_profile_client_unittest.cc', | 188 'dbus/flimflam_profile_client_unittest.cc', |
| 187 'dbus/flimflam_service_client_unittest.cc', | 189 'dbus/flimflam_service_client_unittest.cc', |
| 188 'dbus/gsm_sms_client_unittest.cc', | 190 'dbus/gsm_sms_client_unittest.cc', |
| 189 'dbus/ibus/ibus_client_unittest.cc', | 191 'dbus/ibus/ibus_client_unittest.cc', |
| 192 'dbus/ibus/ibus_lookup_table_unittest.cc', |
| 190 'dbus/ibus/ibus_object_unittest.cc', | 193 'dbus/ibus/ibus_object_unittest.cc', |
| 191 'dbus/ibus/ibus_text_unittest.cc', | 194 'dbus/ibus/ibus_text_unittest.cc', |
| 192 'dbus/ibus/ibus_input_context_client_unittest.cc', | 195 'dbus/ibus/ibus_input_context_client_unittest.cc', |
| 193 'network/network_sms_handler_unittest.cc', | 196 'network/network_sms_handler_unittest.cc', |
| 194 ], | 197 ], |
| 195 'include_dirs': [ | 198 'include_dirs': [ |
| 196 '..', | 199 '..', |
| 197 ], | 200 ], |
| 198 }, | 201 }, |
| 199 { | 202 { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 219 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 222 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
| 220 ], | 223 ], |
| 221 'variables': { | 224 'variables': { |
| 222 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 225 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 223 'proto_out_dir': 'chromeos/dbus', | 226 'proto_out_dir': 'chromeos/dbus', |
| 224 }, | 227 }, |
| 225 'includes': ['../build/protoc.gypi'], | 228 'includes': ['../build/protoc.gypi'], |
| 226 }, | 229 }, |
| 227 ], | 230 ], |
| 228 } | 231 } |
| OLD | NEW |