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