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

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: review comments 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
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698