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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1051953003: Revert of [MacViews] Implement size constraints for app windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « chrome/chrome_browser_ui.gypi ('k') | ui/gfx/mac/nswindow_frame_controls.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'interpolated_transform.cc', 213 'interpolated_transform.cc',
214 'interpolated_transform.h', 214 'interpolated_transform.h',
215 'ios/NSString+CrStringDrawing.h', 215 'ios/NSString+CrStringDrawing.h',
216 'ios/NSString+CrStringDrawing.mm', 216 'ios/NSString+CrStringDrawing.mm',
217 'ios/uikit_util.h', 217 'ios/uikit_util.h',
218 'ios/uikit_util.mm', 218 'ios/uikit_util.mm',
219 'linux_font_delegate.cc', 219 'linux_font_delegate.cc',
220 'linux_font_delegate.h', 220 'linux_font_delegate.h',
221 'mac/coordinate_conversion.h', 221 'mac/coordinate_conversion.h',
222 'mac/coordinate_conversion.mm', 222 'mac/coordinate_conversion.mm',
223 'mac/nswindow_frame_controls.h',
224 'mac/nswindow_frame_controls.mm',
225 'mac/scoped_ns_disable_screen_updates.h', 223 'mac/scoped_ns_disable_screen_updates.h',
226 'native_widget_types.h', 224 'native_widget_types.h',
227 'nine_image_painter.cc', 225 'nine_image_painter.cc',
228 'nine_image_painter.h', 226 'nine_image_painter.h',
229 'overlay_transform.h', 227 'overlay_transform.h',
230 'path.cc', 228 'path.cc',
231 'path.h', 229 'path.h',
232 'path_aura.cc', 230 'path_aura.cc',
233 'path_win.cc', 231 'path_win.cc',
234 'path_win.h', 232 'path_win.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ], 479 ],
482 'variables': { 480 'variables': {
483 'jni_gen_package': 'ui/gfx', 481 'jni_gen_package': 'ui/gfx',
484 }, 482 },
485 'includes': [ '../../build/jni_generator.gypi' ], 483 'includes': [ '../../build/jni_generator.gypi' ],
486 }, 484 },
487 ], 485 ],
488 }], 486 }],
489 ], 487 ],
490 } 488 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/gfx/mac/nswindow_frame_controls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698