Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: chrome/chrome_common.gypi

Issue 11336008: When a font family pref changes to the empty string, pass it to WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add unit test Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698