| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'common/nacl_messages.cc', | 261 'common/nacl_messages.cc', |
| 262 'common/nacl_messages.h', | 262 'common/nacl_messages.h', |
| 263 'common/nacl_types.cc', | 263 'common/nacl_types.cc', |
| 264 'common/nacl_types.h', | 264 'common/nacl_types.h', |
| 265 'common/password_form_fill_data.cc', | 265 'common/password_form_fill_data.cc', |
| 266 'common/password_form_fill_data.h', | 266 'common/password_form_fill_data.h', |
| 267 'common/password_generation_util.cc', | 267 'common/password_generation_util.cc', |
| 268 'common/password_generation_util.h', | 268 'common/password_generation_util.h', |
| 269 'common/pepper_flash.cc', | 269 'common/pepper_flash.cc', |
| 270 'common/pepper_flash.h', | 270 'common/pepper_flash.h', |
| 271 'common/pref_names_util.cc', |
| 272 'common/pref_names_util.h', |
| 271 'common/print_messages.cc', | 273 'common/print_messages.cc', |
| 272 'common/print_messages.h', | 274 'common/print_messages.h', |
| 273 'common/profiling.cc', | 275 'common/profiling.cc', |
| 274 'common/profiling.h', | 276 'common/profiling.h', |
| 275 'common/ref_counted_util.h', | 277 'common/ref_counted_util.h', |
| 276 'common/render_messages.cc', | 278 'common/render_messages.cc', |
| 277 'common/render_messages.h', | 279 'common/render_messages.h', |
| 278 'common/safe_browsing/safebrowsing_messages.h', | 280 'common/safe_browsing/safebrowsing_messages.h', |
| 279 'common/search_provider.h', | 281 'common/search_provider.h', |
| 280 'common/service_messages.h', | 282 'common/service_messages.h', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'common/metrics/proto/user_action_event.proto', | 588 'common/metrics/proto/user_action_event.proto', |
| 587 ], | 589 ], |
| 588 'variables': { | 590 'variables': { |
| 589 'proto_in_dir': 'common/metrics/proto', | 591 'proto_in_dir': 'common/metrics/proto', |
| 590 'proto_out_dir': 'chrome/common/metrics/proto', | 592 'proto_out_dir': 'chrome/common/metrics/proto', |
| 591 }, | 593 }, |
| 592 'includes': [ '../build/protoc.gypi' ], | 594 'includes': [ '../build/protoc.gypi' ], |
| 593 }, | 595 }, |
| 594 ], | 596 ], |
| 595 } | 597 } |
| OLD | NEW |