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

Side by Side Diff: base/base.gypi

Issue 320393005: Close the bubble when entering full screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add include header base_export.h Created 6 years, 6 months 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
« no previous file with comments | « AUTHORS ('k') | base/mac/sdk_forward_declarations.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'mac/scoped_mach_vm.h', 301 'mac/scoped_mach_vm.h',
302 'mac/scoped_nsautorelease_pool.h', 302 'mac/scoped_nsautorelease_pool.h',
303 'mac/scoped_nsautorelease_pool.mm', 303 'mac/scoped_nsautorelease_pool.mm',
304 'mac/scoped_nsexception_enabler.h', 304 'mac/scoped_nsexception_enabler.h',
305 'mac/scoped_nsexception_enabler.mm', 305 'mac/scoped_nsexception_enabler.mm',
306 'mac/scoped_nsobject.h', 306 'mac/scoped_nsobject.h',
307 'mac/scoped_sending_event.h', 307 'mac/scoped_sending_event.h',
308 'mac/scoped_sending_event.mm', 308 'mac/scoped_sending_event.mm',
309 'mac/scoped_typeref.h', 309 'mac/scoped_typeref.h',
310 'mac/sdk_forward_declarations.h', 310 'mac/sdk_forward_declarations.h',
311 'mac/sdk_forward_declarations.mm',
311 'macros.h', 312 'macros.h',
312 'md5.cc', 313 'md5.cc',
313 'md5.h', 314 'md5.h',
314 'memory/aligned_memory.cc', 315 'memory/aligned_memory.cc',
315 'memory/aligned_memory.h', 316 'memory/aligned_memory.h',
316 'memory/discardable_memory.cc', 317 'memory/discardable_memory.cc',
317 'memory/discardable_memory.h', 318 'memory/discardable_memory.h',
318 'memory/discardable_memory_android.cc', 319 'memory/discardable_memory_android.cc',
319 'memory/discardable_memory_emulated.cc', 320 'memory/discardable_memory_emulated.cc',
320 'memory/discardable_memory_emulated.h', 321 'memory/discardable_memory_emulated.h',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'i18n/time_formatting.h', 994 'i18n/time_formatting.h',
994 'i18n/timezone.cc', 995 'i18n/timezone.cc',
995 'i18n/timezone.h', 996 'i18n/timezone.h',
996 'i18n/utf8_validator_tables.cc', 997 'i18n/utf8_validator_tables.cc',
997 'i18n/utf8_validator_tables.h', 998 'i18n/utf8_validator_tables.h',
998 ], 999 ],
999 }] 1000 }]
1000 ], 1001 ],
1001 }, 1002 },
1002 } 1003 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | base/mac/sdk_forward_declarations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698